mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
* UpdateCheckMode refined to only trigger on stable releases (without suffixes in the version number)
This commit is contained in:
parent
3bdc8716f0
commit
4f4651952a
1 changed files with 1 additions and 1 deletions
|
|
@ -32,6 +32,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
CurrentVersion: '1.3'
|
||||
CurrentVersionCode: 4
|
||||
|
|
|
|||
Loading…
Reference in a new issue