From ba0632214e66b364e34676fdef4e9847102cec01 Mon Sep 17 00:00:00 2001 From: cketti Date: Fri, 10 May 2024 16:49:15 +0200 Subject: [PATCH] Update K-9 Mail to 6.803 --- metadata/com.fsck.k9.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/metadata/com.fsck.k9.yml b/metadata/com.fsck.k9.yml index e3f4715f32..fcd8ecfa0f 100644 --- a/metadata/com.fsck.k9.yml +++ b/metadata/com.fsck.k9.yml @@ -1388,6 +1388,15 @@ Builds: scandelete: - build-plugin/build + - versionName: '6.803' + versionCode: 38003 + commit: '6.803' + 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. @@ -1395,5 +1404,5 @@ MaintainerNotes: |- AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: '6.802' -CurrentVersionCode: 38002 +CurrentVersion: '6.803' +CurrentVersionCode: 38003