mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
finamp: 0.6.25
This commit is contained in:
parent
ae85384efe
commit
38007f0cb7
1 changed files with 28 additions and 7 deletions
|
|
@ -1,15 +1,15 @@
|
|||
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
|
||||
AuthorName: James Harvey
|
||||
SourceCode: https://github.com/jmshrv/finamp
|
||||
IssueTracker: https://github.com/jmshrv/finamp/issues
|
||||
Changelog: https://github.com/jmshrv/finamp/releases
|
||||
|
||||
AutoName: Finamp
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/UnicornsOnLSD/finamp.git
|
||||
Repo: https://github.com/jmshrv/finamp.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.6.4
|
||||
|
|
@ -320,8 +320,29 @@ Builds:
|
|||
- ./flutterw build apk
|
||||
ndk: r21
|
||||
|
||||
- versionName: 0.6.25
|
||||
versionCode: 49
|
||||
commit: 62c83fbbd91001b428363b8097e21a814e01ce78
|
||||
submodules: true
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
rm:
|
||||
- ios
|
||||
prebuild:
|
||||
- sed -i -e '/signingConfig /,/minifyEnabled/d' android/app/build.gradle
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutterw config --no-analytics
|
||||
- ./flutterw packages pub get
|
||||
scanignore:
|
||||
- .flutter/bin/cache
|
||||
scandelete:
|
||||
- .flutter
|
||||
- .pub-cache
|
||||
build:
|
||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- ./flutterw build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.6.23
|
||||
CurrentVersionCode: 46
|
||||
CurrentVersion: 0.6.25
|
||||
CurrentVersionCode: 49
|
||||
|
|
|
|||
Loading…
Reference in a new issue