Update K-9 Mail to 6.717 (beta)

This commit is contained in:
cketti 2024-02-16 18:40:51 +01:00 committed by linsui
parent d600a2ea7f
commit 19a501dcde

View file

@ -1340,6 +1340,19 @@ Builds:
scandelete:
- build-plugin/build
- versionName: '6.717'
versionCode: 37017
commit: '6.717'
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.