From cadd245c860917b83f1260a613727eae19f1a43a Mon Sep 17 00:00:00 2001 From: Philipp Kewisch Date: Tue, 29 Oct 2024 17:23:51 +0100 Subject: [PATCH] Update K-9 Mail to 8.0b5 --- metadata/com.fsck.k9.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/metadata/com.fsck.k9.yml b/metadata/com.fsck.k9.yml index 2247b571b7..456cdd8b81 100644 --- a/metadata/com.fsck.k9.yml +++ b/metadata/com.fsck.k9.yml @@ -1472,6 +1472,19 @@ Builds: scandelete: - build-plugin/build + - versionName: 8.0b5 + versionCode: 39010 + commit: K9MAIL_8_0b5 + subdir: app-k9mail + gradle: + - yes + rm: + - feature/funding/googleplay + prebuild: sed -i -e '/maven\.mozilla\.org\/maven2/d ; /glean/d ; /app-thunderbird/d + ; /googleplay/d' ../settings.gradle.kts + 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.