finamp: 0.6.25

This commit is contained in:
linsui 2024-12-13 14:10:35 +08:00
parent ae85384efe
commit 38007f0cb7

View file

@ -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