Update Harmony Music to 1.9.0 (13)

This commit is contained in:
F-Droid checkupdates bot 2024-02-14 04:13:27 +00:00
parent 86eb79d175
commit 5b09418903

View file

@ -157,8 +157,36 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter build apk --release
- versionName: 1.9.0
versionCode: 13
commit: d8b6060ef57ec07248616666c47f000b1d65adb4
submodules: true
sudo:
- apt-get update
- apt-get install -y openjdk-17-jdk-headless
- update-alternatives --auto java
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.8.0
CurrentVersionCode: 12
CurrentVersion: 1.9.0
CurrentVersionCode: 13