mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update URLCheck to 2.7 (16)
This commit is contained in:
parent
f7f1e9daf9
commit
b5e586f0ae
1 changed files with 14 additions and 3 deletions
|
|
@ -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: Url checker
|
||||
AutoName: URLCheck
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/TrianguloY/UrlChecker.git
|
||||
|
|
@ -93,7 +93,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '2.7'
|
||||
versionCode: 16
|
||||
commit: 8e914d42762cf3fd395e14adea4635c39b5916a7
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '2.6'
|
||||
CurrentVersionCode: 15
|
||||
CurrentVersion: '2.7'
|
||||
CurrentVersionCode: 16
|
||||
|
|
|
|||
Loading…
Reference in a new issue