Update Covid Cert to 2.10.0 (2100000)

This commit is contained in:
F-Droid checkupdates bot 2021-12-07 04:12:14 +00:00
parent 733deda1c1
commit 1689fe012d

View file

@ -192,7 +192,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: 2.10.0
versionCode: 2100000
commit: 439f309fdc2a69a9ea46e1f71ebd23326b1161d2
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: 2.9.0
CurrentVersionCode: 2900
CurrentVersion: 2.10.0
CurrentVersionCode: 2100000