mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-05 21:56:58 +00:00
Update Covid Cert to 2.9.0 (2900)
This commit is contained in:
parent
1e8918bd7d
commit
c29bb6e473
1 changed files with 19 additions and 2 deletions
|
|
@ -175,7 +175,24 @@ Builds:
|
|||
"$(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.9.0
|
||||
versionCode: 2900
|
||||
commit: b37cae379ec5f5c9a43ee66719a52db0865b0367
|
||||
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 '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\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.8.0
|
||||
CurrentVersionCode: 2800
|
||||
CurrentVersion: 2.9.0
|
||||
CurrentVersionCode: 2900
|
||||
|
|
|
|||
Loading…
Reference in a new issue