mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update Covid Cert to 4.6.0 (4060000)
This commit is contained in:
parent
254655c939
commit
c39208bb82
1 changed files with 19 additions and 2 deletions
|
|
@ -379,7 +379,24 @@ Builds:
|
|||
"$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
|
||||
| tr -cd '0-9')" >> gradle.properties
|
||||
|
||||
- versionName: 4.6.0
|
||||
versionCode: 4060000
|
||||
commit: b5ff369643ce57014c5d723ddd38b30c1a059d5a
|
||||
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-fdroid.txt
|
||||
| tr -cd '0-9')" >> gradle.properties
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+-\d+-wallet$
|
||||
CurrentVersion: 4.4.0
|
||||
CurrentVersionCode: 4040000
|
||||
CurrentVersion: 4.6.0
|
||||
CurrentVersionCode: 4060000
|
||||
|
|
|
|||
Loading…
Reference in a new issue