mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Use correct tag for AutUpdateMode and regex for UpdateCheckMode
This way a tag 1.2.2 would be successful wherease1.2.2-alpha.1 won't.
This commit is contained in:
parent
d7fe9646ad
commit
d3de6991a1
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ Builds:
|
|||
- export SENTRY_ENVIRONMENT=fdroid
|
||||
- gradle assembleFreeTazUnminifiedRelease
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags .*[0-9]+$
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags .*[0-9]\.*[0-9]+$
|
||||
CurrentVersion: 1.1.2
|
||||
CurrentVersionCode: 10102900
|
||||
|
|
|
|||
Loading…
Reference in a new issue