mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: Version v%v
|
AutoUpdateMode: Version v%v
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags .*[0-9]$
|
||||||
CurrentVersion: '1.3'
|
CurrentVersion: '1.3'
|
||||||
CurrentVersionCode: 4
|
CurrentVersionCode: 4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue