mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 20:59:11 +00:00
conversations - simplify UCM regex, @obfusk
This commit is contained in:
parent
4790b77fb9
commit
3777c34f0d
1 changed files with 1 additions and 1 deletions
|
|
@ -2508,7 +2508,7 @@ Builds:
|
|||
false/' build.gradle
|
||||
|
||||
AutoUpdateMode: Version ++free %v
|
||||
UpdateCheckMode: Tags .*[0-9][^-]$
|
||||
UpdateCheckMode: Tags ^[0-9.]+$
|
||||
VercodeOperation:
|
||||
- 100 * %c + 1
|
||||
- 100 * %c + 2
|
||||
|
|
|
|||
Loading…
Reference in a new issue