Update Covid Cert to 4.1.0 (4010000)

This commit is contained in:
F-Droid checkupdates bot 2022-05-03 04:08:47 +00:00
parent c22b1a6ba7
commit ffb0564ed8

View file

@ -328,7 +328,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: 4.1.0
versionCode: 4010000
commit: 9c08ffbe849284a97a89a80efb296d44f02e1a44
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: 4.0.0
CurrentVersionCode: 4000000
CurrentVersion: 4.1.0
CurrentVersionCode: 4010000