mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Update Covid Cert to 4.3.0 (4030000)
This commit is contained in:
parent
441380ccec
commit
6a040ebc9b
1 changed files with 19 additions and 2 deletions
|
|
@ -294,7 +294,24 @@ Builds:
|
|||
"$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
|
||||
| tr -cd '0-9')" >> gradle.properties
|
||||
|
||||
- versionName: 4.3.0
|
||||
versionCode: 4030000
|
||||
commit: 71f97fef225f6738b2993962913f48a9e9c2cc55
|
||||
subdir: verifier
|
||||
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$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
|
||||
| tr -cd '0-9')" >> gradle.properties
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+-\d+-verifier$
|
||||
CurrentVersion: 4.0.0
|
||||
CurrentVersionCode: 4000000
|
||||
CurrentVersion: 4.3.0
|
||||
CurrentVersionCode: 4030000
|
||||
|
|
|
|||
Loading…
Reference in a new issue