mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 21:29:11 +00:00
Merge branch 'patch-20200205-only-build-with-numeric-version' into 'master'
Only build com.jarsilio.android apps with tags that match ^v[0-9.]+$ See merge request fdroid/fdroiddata!6298
This commit is contained in:
commit
0de618a703
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