Update Covid Cert to 3.7.0 (3070000)

This commit is contained in:
F-Droid checkupdates bot 2022-03-06 03:56:59 +00:00
parent 8f5d35574c
commit 279e0efafa

View file

@ -294,7 +294,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.7.0
versionCode: 3070000
commit: 6cbf3ba9e25c0562a37463aa6bdef667f37885c4
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.5.0
CurrentVersionCode: 3050000
CurrentVersion: 3.7.0
CurrentVersionCode: 3070000