From 6b31c4591b5c48c3cdfa63840974d1f6ce7e1140 Mon Sep 17 00:00:00 2001 From: Thore Goebel Date: Sun, 19 Dec 2021 12:30:11 +0000 Subject: [PATCH] Update Covid Certificate to 3.1.0 --- ...ch.admin.bag.covidcertificate.verifier.yml | 21 +++++++++++++++++-- .../ch.admin.bag.covidcertificate.wallet.yml | 21 +++++++++++++++++-- 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/metadata/ch.admin.bag.covidcertificate.verifier.yml b/metadata/ch.admin.bag.covidcertificate.verifier.yml index 24507ba07d..c6065e6dbf 100644 --- a/metadata/ch.admin.bag.covidcertificate.verifier.yml +++ b/metadata/ch.admin.bag.covidcertificate.verifier.yml @@ -209,7 +209,24 @@ Builds: "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt | tr -cd '0-9')" >> gradle.properties + - versionName: 3.1.0 + versionCode: 3010000 + commit: 091ccec3c63fcb7b71779a4cce5854e4e3899c7b + subdir: verifier + 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$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt + | tr -cd '0-9')" >> gradle.properties + AutoUpdateMode: Version UpdateCheckMode: Tags ^v[\d.]+-\d+-verifier$ -CurrentVersion: 3.0.0 -CurrentVersionCode: 3000001 +CurrentVersion: 3.1.0 +CurrentVersionCode: 3010000 diff --git a/metadata/ch.admin.bag.covidcertificate.wallet.yml b/metadata/ch.admin.bag.covidcertificate.wallet.yml index 33c80ddd11..b667f32dd1 100644 --- a/metadata/ch.admin.bag.covidcertificate.wallet.yml +++ b/metadata/ch.admin.bag.covidcertificate.wallet.yml @@ -226,7 +226,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.1.0 + versionCode: 3010000 + commit: 091ccec3c63fcb7b71779a4cce5854e4e3899c7b + 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.0.0 -CurrentVersionCode: 3000000 +CurrentVersion: 3.1.0 +CurrentVersionCode: 3010000