From b56e6fe45002e675db5c1a522b7055f06ccee9f1 Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Mon, 12 May 2025 16:11:25 +0300 Subject: [PATCH] k9 & thunderbird - update --- metadata/com.fsck.k9.yml | 20 ++++++++++++++++++-- metadata/net.thunderbird.android.yml | 20 ++++++++++++++++++-- 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/metadata/com.fsck.k9.yml b/metadata/com.fsck.k9.yml index b2212de0a2..1742f54d2a 100644 --- a/metadata/com.fsck.k9.yml +++ b/metadata/com.fsck.k9.yml @@ -1589,6 +1589,22 @@ Builds: scandelete: - build-plugin/build + - versionName: '10.0' + versionCode: 39023 + commit: e5e3c98927cbd6a503ee00a82818df73bc08eb23 + 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. @@ -1596,5 +1612,5 @@ MaintainerNotes: |- AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: '9.0' -CurrentVersionCode: 39022 +CurrentVersion: '10.0' +CurrentVersionCode: 39023 diff --git a/metadata/net.thunderbird.android.yml b/metadata/net.thunderbird.android.yml index ef6f0c736a..e337ef0da9 100644 --- a/metadata/net.thunderbird.android.yml +++ b/metadata/net.thunderbird.android.yml @@ -81,6 +81,22 @@ Builds: scandelete: - build-plugin + - versionName: '10.0' + versionCode: 10 + commit: ac76f6eed67610c5993b741afb543132390f3cb5 + 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 MaintainerNotes: |- @@ -102,5 +118,5 @@ MaintainerNotes: |- AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: '9.0' -CurrentVersionCode: 9 +CurrentVersion: '10.0' +CurrentVersionCode: 10