mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
UpdateCheckMode: Fixed Regex
This commit is contained in:
parent
c6b7d092f3
commit
79c558d366
2 changed files with 4 additions and 4 deletions
|
|
@ -50,6 +50,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
UpdateCheckMode: Tags ^[0-9\.]+$
|
||||
CurrentVersion: '1.01'
|
||||
CurrentVersionCode: 3
|
||||
|
|
|
|||
|
|
@ -236,6 +236,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
CurrentVersion: 3.16-pre1
|
||||
CurrentVersionCode: 49
|
||||
UpdateCheckMode: Tags ^[0-9\.]+$
|
||||
CurrentVersion: '3.15'
|
||||
CurrentVersionCode: 48
|
||||
|
|
|
|||
Loading…
Reference in a new issue