mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update Covid Cert to 2.7.0 (2700)
This commit is contained in:
parent
1de06f307c
commit
80f241c1df
1 changed files with 18 additions and 2 deletions
|
|
@ -141,7 +141,23 @@ 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.7.0
|
||||
versionCode: 2700
|
||||
commit: 83523af280565ef61fd90ab194a4ccdf2c3bd56d
|
||||
subdir: wallet
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
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
|
||||
UpdateCheckMode: Tags ^v[\d.]+-\d+-wallet$
|
||||
CurrentVersion: 2.6.1
|
||||
CurrentVersionCode: 2610
|
||||
CurrentVersion: 2.7.0
|
||||
CurrentVersionCode: 2700
|
||||
|
|
|
|||
Loading…
Reference in a new issue