From f700b243e0217e589711042e9cda203339bf230c Mon Sep 17 00:00:00 2001 From: cketti Date: Wed, 15 May 2024 18:36:41 +0200 Subject: [PATCH] Update K-9 Mail to 6.901 (beta) --- metadata/com.fsck.k9.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/metadata/com.fsck.k9.yml b/metadata/com.fsck.k9.yml index 862c0877cb..b37312e4fb 100644 --- a/metadata/com.fsck.k9.yml +++ b/metadata/com.fsck.k9.yml @@ -1406,6 +1406,15 @@ Builds: scandelete: - build-plugin/build + - versionName: '6.901' + versionCode: 39001 + commit: '6.901' + subdir: app-k9mail + 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.