From f0ff6f282808cee585f67a5a57c1d3489a8742a9 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 9 Jul 2024 13:46:35 -0300 Subject: [PATCH] Update F-Droid to 1.21.0-alpha0 --- metadata/org.fdroid.basic.yml | 14 ++++++++++++++ metadata/org.fdroid.fdroid.yml | 12 ++++++++++++ 2 files changed, 26 insertions(+) diff --git a/metadata/org.fdroid.basic.yml b/metadata/org.fdroid.basic.yml index 4f0bc9a8cbd..15bc6557141 100644 --- a/metadata/org.fdroid.basic.yml +++ b/metadata/org.fdroid.basic.yml @@ -284,6 +284,20 @@ Builds: gradleprops: - strict.release + - versionName: 1.21.0-alpha0 + versionCode: 1021000 + commit: 9aae1d58a137835bf11d558f4463c14eb1563df2 + subdir: app + gradle: + - basic + scandelete: + - app/src/androidTest/assets + - app/src/test/resources + - libs/sharedTest/src/main/assets + - libs/index/src/commonTest/resources + gradleprops: + - strict.release + MaintainerNotes: | This is maintained in tight conjunction with fdroidclient releases. Please check with the fdroidclient maintainers before making diff --git a/metadata/org.fdroid.fdroid.yml b/metadata/org.fdroid.fdroid.yml index f604224b883..277163cc287 100644 --- a/metadata/org.fdroid.fdroid.yml +++ b/metadata/org.fdroid.fdroid.yml @@ -2085,6 +2085,18 @@ Builds: gradleprops: - strict.release + - versionName: 1.21.0-alpha0 + versionCode: 1021000 + commit: 9aae1d58a137835bf11d558f4463c14eb1563df2 + subdir: app + gradle: + - full + scandelete: + - app/src/androidTest/assets + - app/src/test/resources + - libs/sharedTest/src/main/assets + - libs/index/src/commonTest/resources + MaintainerNotes: | This is maintained in tight conjunction with fdroidclient releases. Please check with the fdroidclient maintainers before making -- GitLab