Update K-9 Mail to 6.716 (beta)

This commit is contained in:
cketti 2024-02-13 16:35:30 +01:00 committed by Licaon_Kter
parent 1b58014a71
commit cfd848dfc8

View file

@ -1327,6 +1327,19 @@ Builds:
scandelete:
- build-plugin/build
- versionName: '6.716'
versionCode: 37016
commit: '6.716'
subdir: app-k9mail
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
gradle:
- yes
scandelete:
- build-plugin/build
MaintainerNotes: |-
Use output instead of subdir to make gradlew-fdroid correctly determine the gradle version to be used.
It doesn't work when using subdir because we are two levels deep into the directory structure.