diff --git a/metadata/com.anandnet.harmonymusic.yml b/metadata/com.anandnet.harmonymusic.yml index bb6f727149..16f8c71c4d 100644 --- a/metadata/com.anandnet.harmonymusic.yml +++ b/metadata/com.anandnet.harmonymusic.yml @@ -426,8 +426,32 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - .flutter/bin/flutter build apk --release + - versionName: 1.12.1 + versionCode: 26 + commit: 7a1e43f8d9427798beb39bda4a1351c3744cb2d5 + 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.0 -CurrentVersionCode: 25 +CurrentVersion: 1.12.1 +CurrentVersionCode: 26