mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Small change: Prevent that pre-releases are added
This commit is contained in:
parent
cb7f959c3a
commit
6f2c689e45
2 changed files with 2 additions and 2 deletions
|
|
@ -50,6 +50,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
CurrentVersion: '1.01'
|
||||
CurrentVersionCode: 3
|
||||
|
|
|
|||
|
|
@ -225,6 +225,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
CurrentVersion: '3.15'
|
||||
CurrentVersionCode: 48
|
||||
|
|
|
|||
Loading…
Reference in a new issue