mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update K-9 Mail to 6.200
This commit is contained in:
parent
730be4409f
commit
ad3d1faa23
1 changed files with 15 additions and 4 deletions
|
|
@ -5,7 +5,7 @@ WebSite: https://k9mail.app/
|
|||
SourceCode: https://github.com/thundernest/k-9
|
||||
IssueTracker: https://github.com/thundernest/k-9/issues
|
||||
Translation: https://www.transifex.com/projects/p/k9mail/
|
||||
Changelog: https://thundernest.github.io/k-9/changelog_6.0-MAINT_branch.xml
|
||||
Changelog: https://thundernest.github.io/k-9/changelog_6.2-MAINT_branch.xml
|
||||
Donate: https://give.thunderbird.net/k9mail/
|
||||
|
||||
AutoName: K-9 Mail
|
||||
|
|
@ -1024,11 +1024,22 @@ Builds:
|
|||
- yes
|
||||
output: app/k9mail/build/outputs/apk/release/k9mail-release-unsigned.apk
|
||||
|
||||
- versionName: '6.200'
|
||||
versionCode: 32000
|
||||
commit: '6.200'
|
||||
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\.0[0-9]{2}$
|
||||
CurrentVersion: '6.000'
|
||||
CurrentVersionCode: 30000
|
||||
UpdateCheckMode: Tags ^6\.2[0-9]{2}$
|
||||
CurrentVersion: '6.200'
|
||||
CurrentVersionCode: 32000
|
||||
|
|
|
|||
Loading…
Reference in a new issue