diff --git a/metadata/ch.admin.bag.covidcertificate.wallet.yml b/metadata/ch.admin.bag.covidcertificate.wallet.yml index 80cb6849d5..403202e189 100644 --- a/metadata/ch.admin.bag.covidcertificate.wallet.yml +++ b/metadata/ch.admin.bag.covidcertificate.wallet.yml @@ -72,7 +72,19 @@ Builds: prebuild: printf '\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 + - versionName: 2.3.0 + versionCode: 2300 + commit: 840d6b31c4eb85acb082f5dc1f3c6369a9ddaf3a + subdir: wallet + gradle: + - prod + rm: + - wallet/testKeystore + - verifier/testKeystore + prebuild: printf '\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: 2.2.0 -CurrentVersionCode: 2200 +CurrentVersion: 2.3.0 +CurrentVersionCode: 2300