From 4392fabd5b8e4bb54b668fce4137967ebaf3d2e8 Mon Sep 17 00:00:00 2001 From: F-Droid checkupdates bot Date: Sun, 7 Apr 2024 04:13:40 +0000 Subject: [PATCH] Update Harmony Music to 1.9.1 (14) --- metadata/com.anandnet.harmonymusic.yml | 28 ++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/metadata/com.anandnet.harmonymusic.yml b/metadata/com.anandnet.harmonymusic.yml index d6c8748a0f..6b0ad5650a 100644 --- a/metadata/com.anandnet.harmonymusic.yml +++ b/metadata/com.anandnet.harmonymusic.yml @@ -185,8 +185,32 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - .flutter/bin/flutter build apk --release + - versionName: 1.9.1 + versionCode: 14 + commit: 71ec8edd47cc281ce37fc4facf0ce1f424de98d1 + submodules: true + output: build/app/outputs/flutter-apk/app-release.apk + rm: + - ios + - linux + - macos + - web + - windows + prebuild: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter config --no-analytics + - .flutter/bin/flutter pub get + scanignore: + - .flutter/bin/cache + scandelete: + - .flutter + - .pub-cache + build: + - export PUB_CACHE=$(pwd)/.pub-cache + - .flutter/bin/flutter build apk --release + AutoUpdateMode: Version UpdateCheckMode: Tags UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+ -CurrentVersion: 1.9.0 -CurrentVersionCode: 13 +CurrentVersion: 1.9.1 +CurrentVersionCode: 14