mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Covid Cert to 2.4.0 (2400)
This commit is contained in:
parent
9e9a58ea68
commit
d525556ad6
1 changed files with 14 additions and 2 deletions
|
|
@ -85,7 +85,19 @@ Builds:
|
|||
prebuild: printf '\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
|
||||
|
||||
- versionName: 2.4.0
|
||||
versionCode: 2400
|
||||
commit: c0b40a9d5f76e6847b4cf0add404a777a3ef8433
|
||||
subdir: verifier
|
||||
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$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
|
||||
| tr -cd '0-9')" >> gradle.properties
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+-\d+-verifier$
|
||||
CurrentVersion: 2.3.0
|
||||
CurrentVersionCode: 2300
|
||||
CurrentVersion: 2.4.0
|
||||
CurrentVersionCode: 2400
|
||||
|
|
|
|||
Loading…
Reference in a new issue