mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Covid Cert to 2.3.0 (2300)
This commit is contained in:
parent
a6e088381c
commit
58b25cc858
1 changed files with 14 additions and 2 deletions
|
|
@ -72,7 +72,19 @@ 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
|
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
|
| tr -cd '0-9')" >> gradle.properties
|
||||||
|
|
||||||
|
- versionName: 2.3.0
|
||||||
|
versionCode: 2300
|
||||||
|
commit: 840d6b31c4eb85acb082f5dc1f3c6369a9ddaf3a
|
||||||
|
subdir: wallet
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[\d.]+-\d+-wallet$
|
UpdateCheckMode: Tags ^v[\d.]+-\d+-wallet$
|
||||||
CurrentVersion: 2.2.0
|
CurrentVersion: 2.3.0
|
||||||
CurrentVersionCode: 2200
|
CurrentVersionCode: 2300
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue