From 38007f0cb755299f4c78fe31670f33765e9ef01d Mon Sep 17 00:00:00 2001 From: linsui <2873532-linsui@users.noreply.gitlab.com> Date: Fri, 13 Dec 2024 14:10:35 +0800 Subject: [PATCH] finamp: 0.6.25 --- metadata/com.unicornsonlsd.finamp.yml | 35 +++++++++++++++++++++------ 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/metadata/com.unicornsonlsd.finamp.yml b/metadata/com.unicornsonlsd.finamp.yml index d83fc99995..57b1d3a7ba 100644 --- a/metadata/com.unicornsonlsd.finamp.yml +++ b/metadata/com.unicornsonlsd.finamp.yml @@ -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