mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-22 05:44:54 +00:00
Update Covid Cert to 2.6.0 (2600)
This commit is contained in:
parent
d1a8b389ae
commit
3ab82e4ec9
1 changed files with 14 additions and 2 deletions
|
|
@ -111,7 +111,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.6.0
|
||||||
|
versionCode: 2600
|
||||||
|
commit: f82ebb57a0e0a1464e5da1a038d7f470b8f467d9
|
||||||
|
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.5.0
|
CurrentVersion: 2.6.0
|
||||||
CurrentVersionCode: 2500
|
CurrentVersionCode: 2600
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue