mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Thunderbird to 8.2
This commit is contained in:
parent
3ddc9432e4
commit
cdb37000f9
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_release_listing
|
Donate: https://mzla.link/supportTfA
|
||||||
|
|
||||||
AutoName: 'Thunderbird: Free Your Inbox'
|
AutoName: 'Thunderbird: Free Your Inbox'
|
||||||
|
|
||||||
|
|
@ -49,6 +49,22 @@ Builds:
|
||||||
scandelete:
|
scandelete:
|
||||||
- build-plugin
|
- build-plugin
|
||||||
|
|
||||||
|
- versionName: '8.2'
|
||||||
|
versionCode: 8
|
||||||
|
commit: 1a8409aed3eeebbe7a85b85825cb990354ada144
|
||||||
|
gradle:
|
||||||
|
- foss
|
||||||
|
output: app-thunderbird/build/outputs/apk/foss/release/app-thunderbird-foss-release-unsigned.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
|
||||||
|
|
||||||
AllowedAPKSigningKeys: b6524779b3dbbc5ac17a5ac271ddb29dcfbf723578c238e03c3c217811356dd1
|
AllowedAPKSigningKeys: b6524779b3dbbc5ac17a5ac271ddb29dcfbf723578c238e03c3c217811356dd1
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
|
|
@ -70,5 +86,5 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
AutoUpdateMode: None
|
AutoUpdateMode: None
|
||||||
UpdateCheckMode: None
|
UpdateCheckMode: None
|
||||||
CurrentVersion: '8.1'
|
CurrentVersion: '8.2'
|
||||||
CurrentVersionCode: 5
|
CurrentVersionCode: 8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue