mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Adding com.shabinder.spotiflyer
This commit is contained in:
parent
10b7ffd1b3
commit
7b825ff026
1 changed files with 45 additions and 0 deletions
45
metadata/com.shabinder.spotiflyer.yml
Normal file
45
metadata/com.shabinder.spotiflyer.yml
Normal file
|
|
@ -0,0 +1,45 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Shabinder Singh
|
||||
AuthorEmail: dev.shabinder@gmail.com
|
||||
AuthorWebSite: https://shabinder.github.io/
|
||||
WebSite: https://shabinder.github.io/SpotiFlyer/
|
||||
SourceCode: https://github.com/Shabinder/SpotiFlyer
|
||||
IssueTracker: https://github.com/Shabinder/SpotiFlyer/issues
|
||||
Changelog: https://github.com/Shabinder/SpotiFlyer/releases
|
||||
OpenCollective: spotiflyer
|
||||
|
||||
AutoName: SpotiFlyer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Shabinder/SpotiFlyer
|
||||
|
||||
Builds:
|
||||
- versionName: 3.1.0
|
||||
versionCode: 20
|
||||
commit: 3.1.0
|
||||
subdir: android
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- desktop
|
||||
- web-app
|
||||
- maintenance-tasks
|
||||
- infra
|
||||
- art
|
||||
- spotiflyer-ios
|
||||
|
||||
MaintainerNotes: Contained Matomo & ACRA are configured opt-in
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/Shabinder/SpotiFlyer/main/buildSrc/buildSrc/src/main/kotlin/Versions.kt|versionCode\s=\s(\d+)|.|versionName\s=\s"([\d.]+)"
|
||||
CurrentVersion: 3.1.0
|
||||
CurrentVersionCode: 20
|
||||
Loading…
Reference in a new issue