mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update Covid Cert to 4.7.0 (4070000)
This commit is contained in:
parent
ecd2861492
commit
a4653d2404
1 changed files with 19 additions and 2 deletions
|
|
@ -345,7 +345,24 @@ Builds:
|
||||||
"$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
|
"$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
|
||||||
| tr -cd '0-9')" >> gradle.properties
|
| tr -cd '0-9')" >> gradle.properties
|
||||||
|
|
||||||
|
- versionName: 4.7.0
|
||||||
|
versionCode: 4070000
|
||||||
|
commit: dda5f479db9d7a981f33117e6e2361b00e8f3670
|
||||||
|
subdir: verifier
|
||||||
|
sudo:
|
||||||
|
- apt-get update || apt-get update
|
||||||
|
- apt-get install -y apksigner 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-fdroid.txt
|
||||||
|
| tr -cd '0-9')" >> gradle.properties
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v[\d.]+-\d+-verifier$
|
UpdateCheckMode: Tags ^v[\d.]+-\d+-verifier$
|
||||||
CurrentVersion: 4.6.0
|
CurrentVersion: 4.7.0
|
||||||
CurrentVersionCode: 4060000
|
CurrentVersionCode: 4070000
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue