Update Harmony Music to 1.8.0 (12)

This commit is contained in:
F-Droid checkupdates bot 2024-01-12 04:14:05 +00:00
parent 28642f8873
commit 2aeb8c2ba9

View file

@ -129,8 +129,36 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- .flutter/bin/flutter build apk --release
- versionName: 1.8.0
versionCode: 12
commit: 3b6a6fb66668a68ceec9811031b5206a8e594183
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.7.0
CurrentVersionCode: 11
CurrentVersion: 1.8.0
CurrentVersionCode: 12