Update K-9 Mail to 6.202

This commit is contained in:
cketti 2022-07-26 17:13:11 +02:00
parent 55e8199124
commit 542c88a40c

View file

@ -988,11 +988,22 @@ Builds:
- yes
output: app/k9mail/build/outputs/apk/release/k9mail-release-unsigned.apk
- versionName: '6.202'
versionCode: 32002
commit: '6.202'
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk-headless
- update-alternatives --auto java
gradle:
- yes
output: app/k9mail/build/outputs/apk/release/k9mail-release-unsigned.apk
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.
AutoUpdateMode: Version %v
UpdateCheckMode: Tags ^6\.2[0-9]{2}$
CurrentVersion: '6.201'
CurrentVersionCode: 32001
CurrentVersion: '6.202'
CurrentVersionCode: 32002