mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Update Covid Cert to 2.5.0 (2500)
This commit is contained in:
parent
76511a9820
commit
a3562b297f
1 changed files with 14 additions and 2 deletions
|
|
@ -98,7 +98,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.5.0
|
||||
versionCode: 2500
|
||||
commit: 1f82fb34892c7bf8fbcc5fdc7760953635a29d3a
|
||||
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.4.0
|
||||
CurrentVersionCode: 2400
|
||||
CurrentVersion: 2.5.0
|
||||
CurrentVersionCode: 2500
|
||||
|
|
|
|||
Loading…
Reference in a new issue