From 689d50c7d34ede0618d52fbb7372580b65ab06c7 Mon Sep 17 00:00:00 2001 From: cketti Date: Thu, 6 Oct 2022 19:45:36 +0200 Subject: [PATCH] Update K-9 Mail to 6.308 --- metadata/com.fsck.k9.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/metadata/com.fsck.k9.yml b/metadata/com.fsck.k9.yml index e53ca36c33..d352fa7c71 100644 --- a/metadata/com.fsck.k9.yml +++ b/metadata/com.fsck.k9.yml @@ -1077,6 +1077,17 @@ Builds: - yes output: app/k9mail/build/outputs/apk/release/k9mail-release-unsigned.apk + - versionName: '6.308' + versionCode: 33008 + commit: '6.308' + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + output: app/k9mail/build/outputs/apk/release/k9mail-release-unsigned.apk + 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.