Update Covid Cert to 2.9.0 (2900)

This commit is contained in:
F-Droid checkupdates bot 2021-11-30 04:00:07 +00:00
parent abf2381c90
commit 1e8918bd7d

View file

@ -175,7 +175,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: 2.9.0
versionCode: 2900
commit: 3dfa43db0fe7d327ca4594d90029aef0cd8e7111
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: 2.8.0
CurrentVersionCode: 2800
CurrentVersion: 2.9.0
CurrentVersionCode: 2900