From 5cd78591ea6902bef2a9b96fd41d0f7ae4557081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolf-Martell=20Montw=C3=A9?= Date: Fri, 28 Jun 2024 11:53:45 +0200 Subject: [PATCH] Update K-9 Mail to 6.904 (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 a543b5b411..f7d83fcdd0 100644 --- a/metadata/com.fsck.k9.yml +++ b/metadata/com.fsck.k9.yml @@ -1434,6 +1434,15 @@ Builds: scandelete: - build-plugin/build + - versionName: '6.904' + versionCode: 39004 + commit: '6.904' + 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.