mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Update TrianguloY apps with filtered UpdateCheckMode tags
This commit is contained in:
parent
22697024e7
commit
826cd54211
6 changed files with 10 additions and 9 deletions
|
|
@ -28,6 +28,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 3
|
||||
|
|
|
|||
|
|
@ -49,6 +49,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: '1.5'
|
||||
CurrentVersionCode: 6
|
||||
|
|
|
|||
|
|
@ -24,6 +24,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: '3.0'
|
||||
CurrentVersionCode: 24
|
||||
|
|
|
|||
|
|
@ -29,6 +29,6 @@ Builds:
|
|||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
|
|
|
|||
|
|
@ -31,6 +31,6 @@ Builds:
|
|||
- app/src/main/res/raw/demozip
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: '2.1'
|
||||
CurrentVersionCode: 7
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ SourceCode: https://github.com/TrianguloY/UrlChecker
|
|||
IssueTracker: https://github.com/TrianguloY/UrlChecker/issues
|
||||
Donate: https://triangularapps.blogspot.com/p/support.html
|
||||
|
||||
AutoName: URLCheck
|
||||
AutoName: Url checker
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/TrianguloY/UrlChecker.git
|
||||
|
|
@ -106,12 +106,13 @@ Builds:
|
|||
|
||||
- versionName: '2.8'
|
||||
versionCode: 17
|
||||
disable: beta version
|
||||
commit: 6be1f50c87092e97683c07ddeb74273a0d80dcf2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '2.8'
|
||||
CurrentVersionCode: 17
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: '2.7'
|
||||
CurrentVersionCode: 16
|
||||
|
|
|
|||
Loading…
Reference in a new issue