mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Update Covid Cert to 2.2.0 (2200)
This commit is contained in:
parent
e4dea028ce
commit
a2636d32ab
1 changed files with 16 additions and 2 deletions
|
|
@ -59,7 +59,21 @@ 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.2.0
|
||||
versionCode: 2200
|
||||
commit: c99f0755174d4da4d4d25a6e888b5c760befcec6
|
||||
subdir: wallet
|
||||
submodules: true
|
||||
gradle:
|
||||
- prod
|
||||
rm:
|
||||
- sdk/sdk/testKeystore
|
||||
- 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.1.1
|
||||
CurrentVersionCode: 2110
|
||||
CurrentVersion: 2.2.0
|
||||
CurrentVersionCode: 2200
|
||||
|
|
|
|||
Loading…
Reference in a new issue