mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
New App: Booming Music (com.mardous.booming)
This commit is contained in:
parent
fa6ce2943a
commit
11db53ee89
1 changed files with 39 additions and 0 deletions
39
metadata/com.mardous.booming.yml
Normal file
39
metadata/com.mardous.booming.yml
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
AntiFeatures:
|
||||
NonFreeNet:
|
||||
en-US: The app uses APIs from non-free services such as Spotify and Last.fm.
|
||||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Christians Martínez A.
|
||||
AuthorEmail: mardous.contact@gmail.com
|
||||
SourceCode: https://github.com/mardous/BoomingMusic
|
||||
IssueTracker: https://github.com/mardous/BoomingMusic/issues
|
||||
Changelog: https://github.com/mardous/BoomingMusic/releases
|
||||
|
||||
AutoName: Booming Music
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/mardous/BoomingMusic.git
|
||||
Binaries: https://github.com/mardous/BoomingMusic/releases/download/v%v/BoomingMusic-%v-fdroid-release.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 1010300
|
||||
commit: 0a941b488435a43a65ae1ec7f45746c310c2e1a0
|
||||
subdir: app
|
||||
sudo:
|
||||
- echo "deb https://deb.debian.org/debian trixie main" > /etc/apt/sources.list.d/trixie.list
|
||||
- apt-get update
|
||||
- apt-get install -y -t trixie openjdk-21-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- fdroid
|
||||
prebuild: sed -i -e '/gms/d' -e '/firebase/d' -e '/crashlytics/d' {.,..}/build.gradle.kts
|
||||
|
||||
AllowedAPKSigningKeys: 971e4ea01b40120df023d00e72111325dcd802def7a1e5e5dbdd192f3c60d7d7
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: app/build.gradle.kts|versionCode\s=\s(\d+)||v(.*)
|
||||
CurrentVersion: 1.0.1
|
||||
CurrentVersionCode: 1010300
|
||||
Loading…
Reference in a new issue