diff --git a/metadata/ch.admin.bag.covidcertificate.wallet.yml b/metadata/ch.admin.bag.covidcertificate.wallet.yml index 1030c30ce9..1f534a2250 100644 --- a/metadata/ch.admin.bag.covidcertificate.wallet.yml +++ b/metadata/ch.admin.bag.covidcertificate.wallet.yml @@ -111,7 +111,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.6.0 + versionCode: 2600 + commit: f82ebb57a0e0a1464e5da1a038d7f470b8f467d9 + 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.5.0 -CurrentVersionCode: 2500 +CurrentVersion: 2.6.0 +CurrentVersionCode: 2600