Update Harmony Music to 1.10.0 (16)

This commit is contained in:
F-Droid checkupdates bot 2024-09-12 04:13:25 +00:00
parent 4ba56db518
commit 0820bc0262

View file

@ -233,8 +233,32 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter build apk --release
- versionName: 1.10.0
versionCode: 16
commit: 8fa5ca41586ef192579f4d76dfbc3e0b5ca51b16
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.2
CurrentVersionCode: 15
CurrentVersion: 1.10.0
CurrentVersionCode: 16