From 369b61d63c4c8d2d11236954a02609e33ea229e8 Mon Sep 17 00:00:00 2001 From: checkupdates bot <11877147-checkupdates-bot@users.noreply.gitlab.com> Date: Mon, 8 Dec 2025 06:39:11 +0000 Subject: [PATCH] Update Harmony Music to 1.12.2 (27) --- 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 16f8c71c4d..7c01c5cfac 100644 --- a/metadata/com.anandnet.harmonymusic.yml +++ b/metadata/com.anandnet.harmonymusic.yml @@ -450,8 +450,32 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - .flutter/bin/flutter build apk --release + - versionName: 1.12.2 + versionCode: 27 + commit: c3dd9e1ae4b899e97a695871c7e5b66c0e64e6f7 + 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.12.1 -CurrentVersionCode: 26 +CurrentVersion: 1.12.2 +CurrentVersionCode: 27