mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags .*[0-9]$
|
UpdateCheckMode: Tags ^[0-9\.]+$
|
||||||
CurrentVersion: '1.01'
|
CurrentVersion: '1.01'
|
||||||
CurrentVersionCode: 3
|
CurrentVersionCode: 3
|
||||||
|
|
|
||||||
|
|
@ -236,6 +236,6 @@ Builds:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
AutoUpdateMode: Version %v
|
AutoUpdateMode: Version %v
|
||||||
UpdateCheckMode: Tags .*[0-9]$
|
UpdateCheckMode: Tags ^[0-9\.]+$
|
||||||
CurrentVersion: 3.16-pre1
|
CurrentVersion: '3.15'
|
||||||
CurrentVersionCode: 49
|
CurrentVersionCode: 48
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue