diff --git a/metadata/com.fsck.k9.yml b/metadata/com.fsck.k9.yml index 2fa39da0d3..7b38b6cfca 100644 --- a/metadata/com.fsck.k9.yml +++ b/metadata/com.fsck.k9.yml @@ -1687,6 +1687,22 @@ Builds: scandelete: - build-plugin + - versionName: '13.0' + versionCode: 39029 + commit: 7221737cf0554b33b35c2a60519700d49945e127 + subdir: app-k9mail + gradle: + - foss + rm: + - app-thunderbird + - feature/funding/googleplay + prebuild: + - sed -i -e 's|maven.mozilla.org/maven2|jitpack.io|' -e '/glean/d' -e '/googleplay/d' + -e '/foojay/d' ../settings.gradle.kts + - sed -i -e 's/feature.funding.googleplay/feature.funding.link/' build.gradle.kts + scandelete: + - build-plugin + 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. @@ -1694,5 +1710,5 @@ MaintainerNotes: |- AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: '12.1' -CurrentVersionCode: 39028 +CurrentVersion: '13.0' +CurrentVersionCode: 39029