mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-18 12:02:14 +00:00
Update SimpMusic: com.maxrave.simpmusic to 0.1.0-beta
This commit is contained in:
parent
0b99349926
commit
16013e5ed1
1 changed files with 21 additions and 5 deletions
|
|
@ -1,8 +1,11 @@
|
||||||
AntiFeatures:
|
AntiFeatures:
|
||||||
NonFreeNet:
|
NonFreeNet:
|
||||||
en-US: Depends on YouTube, connects to the author's Heroku server running
|
en-US: Depends on YouTube, using Piped API (kavin.rocks) to get YouTube streams
|
||||||
a scraping YouTube Music program and use Piped API (kavin.rocks) to get
|
data and Spotify Web API with Spotify Lyrics (https://spotify-lyric-api.herokuapp.com/)
|
||||||
YouTube streams data.
|
to get lyrics.
|
||||||
|
vi-VN: Sử dụng dữ liệu từ YouTube và Piped API (kavin.rocks) để lấy dữ liệu
|
||||||
|
âm thanh. Dùng Spotify Web API kết hợp Spotify Lyrics (https://spotify-lyric-api.herokuapp.com/)
|
||||||
|
để lấy lời bài hát.
|
||||||
Categories:
|
Categories:
|
||||||
- Multimedia
|
- Multimedia
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
|
@ -29,9 +32,22 @@ Builds:
|
||||||
gradle:
|
gradle:
|
||||||
- yes
|
- yes
|
||||||
|
|
||||||
|
- versionName: 0.1.0-beta
|
||||||
|
versionCode: 6
|
||||||
|
commit: 3feee2dd8d6bc7638db5254f60bd658c9c19acf3
|
||||||
|
subdir: app
|
||||||
|
sudo:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install -y openjdk-17-jdk-headless
|
||||||
|
- update-java-alternatives -a
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
rm:
|
||||||
|
- .idea
|
||||||
|
|
||||||
AllowedAPKSigningKeys: 76c53bd813ae8f1ce2778f7814b515785719bf9a82c6bee03b8b2dfd706055a1
|
AllowedAPKSigningKeys: 76c53bd813ae8f1ce2778f7814b515785719bf9a82c6bee03b8b2dfd706055a1
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
CurrentVersion: 0.0.5-beta
|
CurrentVersion: 0.1.0-beta
|
||||||
CurrentVersionCode: 5
|
CurrentVersionCode: 6
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue