mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 11:19:13 +00:00
Add GuitarFretboardTrainer
This commit is contained in:
parent
945fe13dbb
commit
4a21801ac8
1 changed files with 30 additions and 0 deletions
30
metadata/com.simonslater.guitarfretboardtrainer.yml
Normal file
30
metadata/com.simonslater.guitarfretboardtrainer.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
AntiFeatures:
|
||||
- Ads
|
||||
Categories:
|
||||
- Science & Education
|
||||
License: GPL-2.0-only
|
||||
AuthorName: Simon Slater
|
||||
SourceCode: https://gitlab.com/pandagoespoop/guitarfretboardtrainer
|
||||
IssueTracker: https://gitlab.com/pandagoespoop/guitarfretboardtrainer/issues
|
||||
|
||||
AutoName: GuitarFretboardTrainer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/pandagoespoop/guitarfretboardtrainer.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: 6594c582efa20b9581c11dc47b0f25e819980d66
|
||||
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: '1.0'
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue