mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 21:57:22 +00:00
add Pitch pipe (io.bmaupin.pitchpipe)
This commit is contained in:
parent
c400079cb5
commit
f892105e77
1 changed files with 30 additions and 0 deletions
30
metadata/io.bmaupin.pitchpipe.yml
Normal file
30
metadata/io.bmaupin.pitchpipe.yml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: bmaupin
|
||||
AuthorWebSite: https://bmaupin.github.io/
|
||||
SourceCode: https://github.com/bmaupin/android-pitchpipe
|
||||
IssueTracker: https://github.com/bmaupin/android-pitchpipe/issues
|
||||
Changelog: https://github.com/bmaupin/android-pitchpipe/releases
|
||||
|
||||
AutoName: Pitch pipe
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/bmaupin/android-pitchpipe.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.5.0
|
||||
versionCode: 5
|
||||
commit: v0.5.0
|
||||
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: 0.5.0
|
||||
CurrentVersionCode: 5
|
||||
Loading…
Reference in a new issue