mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
IssueTracker: https://github.com/thunderbird/thunderbird-android/issues
|
||||||
Translation: https://hosted.weblate.org/projects/tb-android/
|
Translation: https://hosted.weblate.org/projects/tb-android/
|
||||||
Changelog: https://github.com/thunderbird/thunderbird-android/releases/
|
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
|
AutoName: Thunderbird Beta for Testers
|
||||||
|
|
||||||
|
|
@ -64,6 +64,22 @@ Builds:
|
||||||
- build-plugin
|
- build-plugin
|
||||||
build: gradle assembleFossBeta
|
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
|
AllowedAPKSigningKeys: 056bfafb450249502fd9226228704c2529e1b822da06760d47a85c9557741fbd
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
|
|
@ -85,5 +101,5 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: 8.0b5
|
CurrentVersion: 9.0b3
|
||||||
CurrentVersionCode: 8
|
CurrentVersionCode: 11
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue