From ba515f104bad0eb9f74ee38129eedb8b97de6c46 Mon Sep 17 00:00:00 2001 From: cketti Date: Mon, 11 Mar 2024 14:11:41 +0100 Subject: [PATCH] Update K-9 Mail to 6.801 --- metadata/com.fsck.k9.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/metadata/com.fsck.k9.yml b/metadata/com.fsck.k9.yml index e9c4c935d5..59e0cc4298 100644 --- a/metadata/com.fsck.k9.yml +++ b/metadata/com.fsck.k9.yml @@ -1366,6 +1366,19 @@ Builds: scandelete: - build-plugin/build + - versionName: '6.801' + versionCode: 38001 + commit: '6.801' + subdir: app-k9mail + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-alternatives --auto java + gradle: + - yes + 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. @@ -1373,5 +1386,5 @@ MaintainerNotes: |- AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: '6.800' -CurrentVersionCode: 38000 +CurrentVersion: '6.801' +CurrentVersionCode: 38001