Update K-9 Mail Beta to 9.0b3 (39020)

This commit is contained in:
Wolf-Martell Montwé 2024-12-13 13:56:37 +01:00 committed by Licaon_Kter
parent fa354377b2
commit 0c1d494b55

View file

@ -1557,6 +1557,22 @@ Builds:
scandelete:
- build-plugin/build
- versionName: 9.0b3
versionCode: 39020
commit: c3dbe56fdd2e151d746a54350c8c743f3308ca2e
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.