mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Update Covid Cert to 4.9.0 (4090000)
This commit is contained in:
parent
4a3074805f
commit
dc740f9403
1 changed files with 18 additions and 2 deletions
|
|
@ -265,7 +265,23 @@ Builds:
|
|||
"$(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
|
||||
|
||||
- versionName: 4.9.0
|
||||
versionCode: 4090000
|
||||
commit: f5d5a5b775124e302f0a83e323247de8ff17cf74
|
||||
subdir: verifier
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y apksigner openjdk-11-jdk-headless
|
||||
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
|
||||
UpdateCheckMode: Tags ^v[\d.]+-\d+-verifier$
|
||||
CurrentVersion: 4.7.0
|
||||
CurrentVersionCode: 4070000
|
||||
CurrentVersion: 4.9.0
|
||||
CurrentVersionCode: 4090000
|
||||
|
|
|
|||
Loading…
Reference in a new issue