UpdateCheckMode use Tags for version

This commit is contained in:
Jochen Sprickerhof 2021-06-29 13:59:20 +02:00
parent 100b6edc3f
commit 3c6352a99f
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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