mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Update K-9 Mail to 6.202
This commit is contained in:
parent
55e8199124
commit
542c88a40c
1 changed files with 13 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue