mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
conversations - fix regex to not recommend betas
This commit is contained in:
parent
886116a229
commit
530a4f52dc
1 changed files with 3 additions and 3 deletions
|
|
@ -2508,11 +2508,11 @@ Builds:
|
|||
false/' build.gradle
|
||||
|
||||
AutoUpdateMode: Version ++free %v
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
UpdateCheckMode: Tags .*[0-9][^-]$
|
||||
VercodeOperation:
|
||||
- 100 * %c + 1
|
||||
- 100 * %c + 2
|
||||
- 100 * %c + 3
|
||||
- 100 * %c + 4
|
||||
CurrentVersion: 2.12.12-beta.2
|
||||
CurrentVersionCode: 4207504
|
||||
CurrentVersion: 2.12.11+free
|
||||
CurrentVersionCode: 4207204
|
||||
|
|
|
|||
Loading…
Reference in a new issue