Add Gurgle app

This commit is contained in:
Bill Farmer 2022-01-18 12:59:25 +00:00 committed by linsui
parent 7c974abcde
commit d384af00a0

View file

@ -0,0 +1,29 @@
Categories:
- Games
License: GPL-3.0-only
AuthorName: Bill Farmer
AuthorWebSite: https://billthefarmer.github.io/
SourceCode: https://github.com/billthefarmer/gurgle
IssueTracker: https://github.com/billthefarmer/gurgle/issues
Changelog: https://github.com/billthefarmer/gurgle/releases
AutoName: Gurgle
RepoType: git
Repo: https://github.com/billthefarmer/gurgle
Builds:
- versionName: '1.0'
versionCode: 1
commit: v1.0
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: '1.0'
CurrentVersionCode: 1