mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
Update Covid Cert to 2.1.1 (2110)
This commit is contained in:
parent
c3dcc44b56
commit
3e0b112255
1 changed files with 16 additions and 2 deletions
|
|
@ -58,7 +58,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.1.1
|
||||
versionCode: 2110
|
||||
commit: 085cceaf9415b632d2236dd36b7da4e187157050
|
||||
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.0
|
||||
CurrentVersionCode: 2100
|
||||
CurrentVersion: 2.1.1
|
||||
CurrentVersionCode: 2110
|
||||
|
|
|
|||
Loading…
Reference in a new issue