diff --git a/metadata/com.anandnet.harmonymusic.yml b/metadata/com.anandnet.harmonymusic.yml index 9086189a2a..8784d28843 100644 --- a/metadata/com.anandnet.harmonymusic.yml +++ b/metadata/com.anandnet.harmonymusic.yml @@ -257,8 +257,32 @@ Builds: - export PUB_CACHE=$(pwd)/.pub-cache - .flutter/bin/flutter build apk --release + - versionName: 1.10.1 + versionCode: 17 + commit: e873622c13f7358042e57c75ed75b1abc1003daf + 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.10.0 -CurrentVersionCode: 16 +CurrentVersion: 1.10.1 +CurrentVersionCode: 17