fdroiddata/metadata/org.billthefarmer.gridle.yml

50 lines
1.2 KiB
YAML
Raw Normal View History

2022-05-01 06:54:30 +00:00
Categories:
- Games
License: GPL-3.0-only
AuthorName: Bill Farmer
AuthorWebSite: https://billthefarmer.github.io/
SourceCode: https://github.com/billthefarmer/gridle
IssueTracker: https://github.com/billthefarmer/gridle/issues
Changelog: https://github.com/billthefarmer/gridle/releases
AutoName: Gridle
RepoType: git
Repo: https://github.com/billthefarmer/gridle
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
2022-05-16 05:02:36 +00:00
- versionName: '1.01'
versionCode: 101
commit: d61d82190540f1a17bb1ea991db4bb2b75152570
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- yes
2022-05-25 05:08:17 +00:00
- versionName: '1.02'
versionCode: 102
commit: 867052628b3c9448632b30e7e5f2b70bc7d2f392
sudo:
- apt-get update || apt-get update
- apt-get install -y openjdk-11-jdk
- update-alternatives --auto java
gradle:
- yes
2022-05-01 06:54:30 +00:00
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
2022-05-25 05:08:17 +00:00
CurrentVersion: '1.02'
CurrentVersionCode: 102