mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
UpdateCheckMode use Tags for version
This commit is contained in:
parent
100b6edc3f
commit
3c6352a99f
2 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ Builds:
|
|||
prebuild: printf '\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 v%v-%c-verifier
|
||||
UpdateCheckMode: Tags
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+-\d+-verifier$
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 1200
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ Builds:
|
|||
prebuild: printf '\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 v%v-%c-wallet
|
||||
UpdateCheckMode: Tags
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+-\d+-wallet$
|
||||
CurrentVersion: 1.2.0
|
||||
CurrentVersionCode: 1200
|
||||
|
|
|
|||
Loading…
Reference in a new issue