mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update Thunderbird Beta to 9.0b3
This commit is contained in:
parent
0c1d494b55
commit
7442cd8e28
1 changed files with 19 additions and 3 deletions
|
|
@ -8,7 +8,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://github.com/thunderbird/thunderbird-android/releases/
|
||||
Donate: https://www.thunderbird.net/?form=tfa&utm_campaign=android_metadata&utm_medium=web&utm_source=fdroid.org&utm_content=link_beta_listing
|
||||
Donate: https://mzla.link/supportTfABeta
|
||||
|
||||
AutoName: Thunderbird Beta for Testers
|
||||
|
||||
|
|
@ -64,6 +64,22 @@ Builds:
|
|||
- build-plugin
|
||||
build: gradle assembleFossBeta
|
||||
|
||||
- versionName: 9.0b3
|
||||
versionCode: 11
|
||||
commit: THUNDERBIRD_9_0b3
|
||||
output: app-thunderbird/build/outputs/apk/foss/beta/app-thunderbird-foss-beta-unsigned.apk
|
||||
binary: https://github.com/thunderbird/thunderbird-android/releases/download/THUNDERBIRD_9_0b3/thunderbird-9.0b3.apk
|
||||
rm:
|
||||
- feature/funding/googleplay
|
||||
prebuild:
|
||||
- sed -i -e '/maven.mozilla.org\/maven2/d' -e '/glean/d' -e '/app-k9mail/d'
|
||||
-e '/googleplay/d' settings.gradle.kts
|
||||
- sed -i -e 's/feature.funding.googleplay/feature.funding.link/' app-thunderbird/build.gradle.kts
|
||||
- gradle clean
|
||||
scandelete:
|
||||
- build-plugin
|
||||
build: gradle assembleFossBeta
|
||||
|
||||
AllowedAPKSigningKeys: 056bfafb450249502fd9226228704c2529e1b822da06760d47a85c9557741fbd
|
||||
|
||||
MaintainerNotes: |-
|
||||
|
|
@ -85,5 +101,5 @@ MaintainerNotes: |-
|
|||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 8.0b5
|
||||
CurrentVersionCode: 8
|
||||
CurrentVersion: 9.0b3
|
||||
CurrentVersionCode: 11
|
||||
|
|
|
|||
Loading…
Reference in a new issue