From cfd848dfc8254944a5b45fa67d8fb9a5696a6615 Mon Sep 17 00:00:00 2001 From: cketti Date: Tue, 13 Feb 2024 16:35:30 +0100 Subject: [PATCH] Update K-9 Mail to 6.716 (beta) --- 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 4cd463a05b..7d55777e73 100644 --- a/metadata/com.fsck.k9.yml +++ b/metadata/com.fsck.k9.yml @@ -1327,6 +1327,19 @@ Builds: scandelete: - build-plugin/build + - versionName: '6.716' + versionCode: 37016 + commit: '6.716' + 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.