diff --git a/metadata/ch.admin.bag.covidcertificate.wallet.yml b/metadata/ch.admin.bag.covidcertificate.wallet.yml index 2ffd2ad898..509e3d8268 100644 --- a/metadata/ch.admin.bag.covidcertificate.wallet.yml +++ b/metadata/ch.admin.bag.covidcertificate.wallet.yml @@ -141,7 +141,23 @@ 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.7.0 + versionCode: 2700 + commit: 83523af280565ef61fd90ab194a4ccdf2c3bd56d + 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 '\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.6.1 -CurrentVersionCode: 2610 +CurrentVersion: 2.7.0 +CurrentVersionCode: 2700