mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 03:09:11 +00:00
Zapp: Use only explicit semver tags for update detection (excluding alpha, beta, rc, etc.)
This commit is contained in:
parent
be614e62eb
commit
d04a85b730
1 changed files with 1 additions and 1 deletions
|
|
@ -457,6 +457,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v\d+\.\d+\.\d+$
|
||||
CurrentVersion: 7.0.4
|
||||
CurrentVersionCode: 61
|
||||
|
|
|
|||
Loading…
Reference in a new issue