mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Only build com.jarsilio.android apps with tags that match ^v[0-9.]+$
This commit is contained in:
parent
70f6046d64
commit
99bc1d5f8b
4 changed files with 4 additions and 4 deletions
|
|
@ -84,6 +84,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||
CurrentVersion: '0.14'
|
||||
CurrentVersionCode: 15
|
||||
|
|
|
|||
|
|
@ -255,6 +255,6 @@ Builds:
|
|||
- standard
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||
CurrentVersion: 1.5.0-beta
|
||||
CurrentVersionCode: 36
|
||||
|
|
|
|||
|
|
@ -29,6 +29,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||
CurrentVersion: 0.1.3
|
||||
CurrentVersionCode: 4
|
||||
|
|
|
|||
|
|
@ -685,6 +685,6 @@ Builds:
|
|||
- standard
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[0-9.]+$
|
||||
CurrentVersion: 3.2.0
|
||||
CurrentVersionCode: 104
|
||||
|
|
|
|||
Loading…
Reference in a new issue