diff --git a/metadata/com.blacksquircle.ui.yml b/metadata/com.blacksquircle.ui.yml index f6c7e84ddd..b5d1e405d5 100644 --- a/metadata/com.blacksquircle.ui.yml +++ b/metadata/com.blacksquircle.ui.yml @@ -176,6 +176,21 @@ Builds: scandelete: - build-logic + - versionName: 2023.2.0 + versionCode: 10022 + commit: f774f6936994b0145b12a7772820ae78e385f9a0 + subdir: app + submodules: true + sudo: + - apt-get update + - apt-get install -y openjdk-17-jdk-headless + - update-java-alternatives -a + gradle: + - fdroid + prebuild: sed -i -e '/signingConfig =/d' -e '/storeFile =/,+3d' ../build-logic/convention/src/main/kotlin/ApplicationModulePlugin.kt + scandelete: + - build-logic + MaintainerNotes: |- Both app and library gets tagged, so we're only looking for 0000.00.00 @@ -186,5 +201,5 @@ MaintainerNotes: |- AutoUpdateMode: Version UpdateCheckMode: Tags ^[0-9]{4}\.[0-9]{1,2}\.[0-9]{1,2}$ -CurrentVersion: 2023.1.5 -CurrentVersionCode: 10019 +CurrentVersion: 2023.2.0 +CurrentVersionCode: 10022