Update Covid Cert to 2.7.0 (2700)

This commit is contained in:
F-Droid checkupdates bot 2021-10-22 04:11:20 +00:00
parent 1de06f307c
commit 80f241c1df

View file

@ -141,7 +141,23 @@ Builds:
prebuild: printf '\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
- versionName: 2.7.0
versionCode: 2700
commit: 83523af280565ef61fd90ab194a4ccdf2c3bd56d
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 '\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.6.1
CurrentVersionCode: 2610
CurrentVersion: 2.7.0
CurrentVersionCode: 2700