Update Harmony Music to 1.10.2 (18)

This commit is contained in:
F-Droid checkupdates bot 2024-10-14 04:07:50 +00:00
parent 436bbaf178
commit b386e99bad

View file

@ -281,8 +281,32 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter build apk --release
- versionName: 1.10.2
versionCode: 18
commit: 0492f3fac909996f4db8ab6ec9cf4c2a02ad7750
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.1
CurrentVersionCode: 17
CurrentVersion: 1.10.2
CurrentVersionCode: 18