mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 11:49:12 +00:00
Merge branch 'finamp' into 'master'
New App: Finamp See merge request fdroid/fdroiddata!8772
This commit is contained in:
commit
8fd4b47952
1 changed files with 32 additions and 0 deletions
32
metadata/com.unicornsonlsd.finamp.yml
Normal file
32
metadata/com.unicornsonlsd.finamp.yml
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: MPL-2.0
|
||||
AuthorName: UnicornsOnLSD
|
||||
SourceCode: https://github.com/UnicornsOnLSD/finamp
|
||||
IssueTracker: https://github.com/UnicornsOnLSD/finamp/issues
|
||||
Changelog: https://github.com/UnicornsOnLSD/finamp/releases
|
||||
|
||||
AutoName: Finamp
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/UnicornsOnLSD/finamp
|
||||
|
||||
Builds:
|
||||
- versionName: 0.4.0
|
||||
versionCode: 7
|
||||
commit: 0.4.0
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@2.0.6
|
||||
rm:
|
||||
- ios
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://github.com/UnicornsOnLSD/finamp/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.4.0
|
||||
CurrentVersionCode: 7
|
||||
Loading…
Reference in a new issue