mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 13:19:14 +00:00
Update K-9 Mail to 8.2
This commit is contained in:
parent
cdb37000f9
commit
2617108580
1 changed files with 19 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ SourceCode: https://github.com/thunderbird/thunderbird-android
|
|||
IssueTracker: https://github.com/thunderbird/thunderbird-android/issues
|
||||
Translation: https://hosted.weblate.org/projects/tb-android/
|
||||
Changelog: https://thunderbird.github.io/thunderbird-android/changelog_6.6-MAINT_branch.xml
|
||||
Donate: https://mzla.link/k9-give
|
||||
Donate: https://mzla.link/supportK9
|
||||
|
||||
AutoName: K-9 Mail
|
||||
|
||||
|
|
@ -1541,6 +1541,22 @@ Builds:
|
|||
scandelete:
|
||||
- build-plugin/build
|
||||
|
||||
- versionName: '8.2'
|
||||
versionCode: 39019
|
||||
commit: 0f7e096b3b2069ce22a6b0a3deda5db0aa912386
|
||||
gradle:
|
||||
- foss
|
||||
output: app-k9mail/build/outputs/apk/foss/release/app-k9mail-foss-release-unsigned.apk
|
||||
rm:
|
||||
- feature/funding/googleplay
|
||||
prebuild:
|
||||
- sed -i -e '/maven.mozilla.org\/maven2/d' -e '/glean/d' -e '/app-thunderbird/d'
|
||||
-e '/googleplay/d' settings.gradle.kts
|
||||
- sed -i -e 's/feature.funding.googleplay/feature.funding.link/' app-k9mail/build.gradle.kts
|
||||
- gradle clean
|
||||
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.
|
||||
|
|
@ -1548,5 +1564,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '8.1'
|
||||
CurrentVersionCode: 39012
|
||||
CurrentVersion: '8.2'
|
||||
CurrentVersionCode: 39019
|
||||
|
|
|
|||
Loading…
Reference in a new issue