Update Covid Cert to 3.3.0 (3030000)

This commit is contained in:
F-Droid checkupdates bot 2022-01-23 03:51:22 +00:00
parent 8f2f49d52a
commit c9bc0b7b68

View file

@ -243,7 +243,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.3.0
versionCode: 3030000
commit: 0e1aef89ce1c4ff50ffc80a9be571b8cc5dcc970
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.2.0
CurrentVersionCode: 3020000
CurrentVersion: 3.3.0
CurrentVersionCode: 3030000