mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-06 10:46:25 +00:00
Added regexp to omit non prod releases.
This commit is contained in:
parent
9f214f7397
commit
be664b3408
1 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ Builds:
|
|||
gradle:
|
||||
- fdroid
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: 1.17.1-rc1
|
||||
CurrentVersionCode: 29
|
||||
|
|
|
|||
Loading…
Reference in a new issue