diff --git a/metadata/com.fsck.k9.yml b/metadata/com.fsck.k9.yml index deb903c14c..e9c4c935d5 100644 --- a/metadata/com.fsck.k9.yml +++ b/metadata/com.fsck.k9.yml @@ -1353,6 +1353,19 @@ Builds: scandelete: - build-plugin/build + - versionName: '6.800' + versionCode: 38000 + commit: '6.800' + 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. @@ -1360,5 +1373,5 @@ MaintainerNotes: |- AutoUpdateMode: None UpdateCheckMode: None -CurrentVersion: '6.603' -CurrentVersionCode: 36003 +CurrentVersion: '6.800' +CurrentVersionCode: 38000