diff --git a/metadata/ch.admin.bag.covidcertificate.wallet.yml b/metadata/ch.admin.bag.covidcertificate.wallet.yml index b667f32dd1..c6864e695d 100644 --- a/metadata/ch.admin.bag.covidcertificate.wallet.yml +++ b/metadata/ch.admin.bag.covidcertificate.wallet.yml @@ -243,7 +243,24 @@ Builds: "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt | tr -cd '0-9')" >> gradle.properties + - versionName: 3.2.0 + versionCode: 3020000 + commit: 16fb09a668cff63659d2e9e48eecf8d84a045e55 + subdir: wallet + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - prod + rm: + - wallet/testKeystore + - verifier/testKeystore + prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n' + "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt + | tr -cd '0-9')" >> gradle.properties + AutoUpdateMode: Version UpdateCheckMode: Tags ^v[\d.]+-\d+-wallet$ -CurrentVersion: 3.1.0 -CurrentVersionCode: 3010000 +CurrentVersion: 3.2.0 +CurrentVersionCode: 3020000