mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
Add FastLyrics
This commit is contained in:
parent
d221a2b300
commit
b9ec4ced48
1 changed files with 34 additions and 0 deletions
34
metadata/io.github.teccheck.fastlyrics.yml
Normal file
34
metadata/io.github.teccheck.fastlyrics.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
AuthorName: TecCheck
|
||||
SourceCode: https://github.com/TecCheck/FastLyrics
|
||||
IssueTracker: https://github.com/TecCheck/FastLyrics/issues
|
||||
Changelog: https://github.com/TecCheck/FastLyrics/releases
|
||||
|
||||
AutoName: FastLyrics
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/TecCheck/FastLyrics.git
|
||||
Binaries: https://github.com/TecCheck/FastLyrics/releases/download/v%v/FastLyrics_v%v.apk
|
||||
|
||||
Builds:
|
||||
- versionName: 0.4.0
|
||||
versionCode: 4
|
||||
commit: b3e7baf0514aa49084c3c1b865d37cfb25fd4b3b
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y openjdk-17-jdk-headless
|
||||
- update-java-alternatives -a
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AllowedAPKSigningKeys: 969616fec23d5b881dcd91802896197beeb82bccf2df33174258372a94b71b0a
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[\d.]+$
|
||||
CurrentVersion: 0.4.0
|
||||
CurrentVersionCode: 4
|
||||
Loading…
Reference in a new issue