mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Update VES - Image and Photo Compare to 1.9 (11)
This commit is contained in:
parent
d5ccd5b73e
commit
c96a0dc67d
1 changed files with 14 additions and 3 deletions
|
|
@ -6,7 +6,7 @@ AuthorName: Vincent Engel
|
|||
SourceCode: https://github.com/VincentEngel/VES-Image-Compare
|
||||
IssueTracker: https://github.com/VincentEngel/VES-Image-Compare/issues
|
||||
|
||||
AutoName: VES - Image Compare
|
||||
AutoName: VES - Image and Photo Compare
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/VincentEngel/VES-Image-Compare.git
|
||||
|
|
@ -67,7 +67,18 @@ Builds:
|
|||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.9'
|
||||
versionCode: 11
|
||||
commit: 5ef7e083d336c8370c5ec50a8299f1aa97c6af91
|
||||
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
|
||||
UpdateCheckMode: Tags ^fdroid
|
||||
CurrentVersion: '1.8'
|
||||
CurrentVersionCode: 8
|
||||
CurrentVersion: '1.9'
|
||||
CurrentVersionCode: 11
|
||||
|
|
|
|||
Loading…
Reference in a new issue