diff --git a/metadata/ch.admin.bag.covidcertificate.wallet.yml b/metadata/ch.admin.bag.covidcertificate.wallet.yml index 3cc3e0b1cd..c5e7d413b7 100644 --- a/metadata/ch.admin.bag.covidcertificate.wallet.yml +++ b/metadata/ch.admin.bag.covidcertificate.wallet.yml @@ -59,7 +59,21 @@ 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.2.0 + versionCode: 2200 + commit: c99f0755174d4da4d4d25a6e888b5c760befcec6 + subdir: wallet + submodules: true + gradle: + - prod + rm: + - sdk/sdk/testKeystore + - 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.1.1 -CurrentVersionCode: 2110 +CurrentVersion: 2.2.0 +CurrentVersionCode: 2200