Update Harmony Music to 1.9.2 (15)

This commit is contained in:
F-Droid checkupdates bot 2024-04-16 04:13:45 +00:00
parent 147d58975c
commit 5a24abb5df

View file

@ -209,8 +209,32 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter build apk --release
- versionName: 1.9.2
versionCode: 15
commit: dc5e4484d2f0dc9e175055c049c333abc131ae34
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.1
CurrentVersionCode: 14
CurrentVersion: 1.9.2
CurrentVersionCode: 15