diff --git a/metadata/com.fsck.k9.yml b/metadata/com.fsck.k9.yml index d8b690df96..46fb7b1d30 100644 --- a/metadata/com.fsck.k9.yml +++ b/metadata/com.fsck.k9.yml @@ -1415,6 +1415,15 @@ Builds: scandelete: - build-plugin/build + - versionName: '6.902' + versionCode: 39002 + commit: '6.902' + 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.