Update K-9 Mail to 6.801

This commit is contained in:
cketti 2024-03-11 14:11:41 +01:00
parent ef4d45fb5d
commit ba515f104b

View file

@ -1366,6 +1366,19 @@ Builds:
scandelete:
- build-plugin/build
- versionName: '6.801'
versionCode: 38001
commit: '6.801'
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.
@ -1373,5 +1386,5 @@ MaintainerNotes: |-
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '6.800'
CurrentVersionCode: 38000
CurrentVersion: '6.801'
CurrentVersionCode: 38001