From a3efa689d2a7279b9f0b34018bb2a6ca1e4f95cb Mon Sep 17 00:00:00 2001 From: Licaon_Kter Date: Tue, 20 Jun 2023 18:39:29 +0000 Subject: [PATCH] F-Droid Client Basic 1.17-alpha0 --- metadata/org.fdroid.basic.yml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/metadata/org.fdroid.basic.yml b/metadata/org.fdroid.basic.yml index 456d002903..b9373316fe 100644 --- a/metadata/org.fdroid.basic.yml +++ b/metadata/org.fdroid.basic.yml @@ -30,7 +30,7 @@ Description: |- * Stay safe by checking repo index signatures and APK hashes RepoType: git -Repo: https://gitlab.com/grote/fdroidclient.git +Repo: https://gitlab.com/fdroid/fdroidclient.git Builds: - versionName: 1.16.2-alpha0 @@ -126,6 +126,19 @@ Builds: - libs/sharedTest/src/main/assets - libs/index/src/commonTest/resources + - versionName: 1.17-alpha0 + versionCode: 1017000 + commit: 1.17-alpha0 + subdir: app + gradle: + - basic + prebuild: printf '\nstrict.release\n' >> gradle.properties + 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 @@ -133,5 +146,5 @@ MaintainerNotes: | AutoUpdateMode: Version UpdateCheckMode: Tags -CurrentVersion: 1.16.3-alpha5 -CurrentVersionCode: 160535 +CurrentVersion: 1.17-alpha0 +CurrentVersionCode: 1017000