mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Add new app: chordreader2
This commit is contained in:
parent
eb5e510386
commit
e24e3bb98b
1 changed files with 29 additions and 0 deletions
29
metadata/org.hollowbamboo.chordreader2.yml
Normal file
29
metadata/org.hollowbamboo.chordreader2.yml
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
AuthorName: AndInTheClouds
|
||||
SourceCode: https://github.com/AndInTheClouds/chordreader2
|
||||
IssueTracker: https://github.com/AndInTheClouds/chordreader2/issues
|
||||
|
||||
AutoName: Chord Reader 2
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/AndInTheClouds/chordreader2
|
||||
|
||||
Builds:
|
||||
- versionName: 2.0.4
|
||||
versionCode: 1
|
||||
commit: v2.0.4
|
||||
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
|
||||
CurrentVersion: 2.0.4
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue