mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-21 05:09:11 +00:00
new app: SoundBored (com.bri1.soundbored2)
This commit is contained in:
parent
0220b3fdeb
commit
7d92b5e3cc
1 changed files with 31 additions and 0 deletions
31
metadata/com.bri1.soundbored2.yml
Normal file
31
metadata/com.bri1.soundbored2.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: webcooltz
|
||||
AuthorEmail: webcooltz@duck.com
|
||||
AuthorWebSite: https://webcooltz.github.io/
|
||||
SourceCode: https://github.com/webcooltz/soundbored
|
||||
IssueTracker: https://github.com/webcooltz/soundbored/issues
|
||||
Donate: https://patreon.com/webcooltz
|
||||
|
||||
AutoName: SoundBored
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/webcooltz/soundbored
|
||||
|
||||
Builds:
|
||||
- versionName: '2.3'
|
||||
versionCode: 6
|
||||
commit: v2.3
|
||||
subdir: app
|
||||
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: '2.3'
|
||||
CurrentVersionCode: 6
|
||||
Loading…
Reference in a new issue