Update Finamp to 0.6.26 (51)

This commit is contained in:
F-Droid checkupdates bot 2025-01-09 04:04:48 +00:00 committed by linsui
parent ad270154e8
commit c364c50ffb

View file

@ -341,8 +341,29 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw build apk
- versionName: 0.6.26
versionCode: 51
commit: 2984f4a19b1130c4cca647e024b873b1a3d88b7e
submodules: true
output: build/app/outputs/flutter-apk/app-release.apk
rm:
- ios
prebuild:
- sed -i -e '/signingConfig /,/minifyEnabled/d' android/app/build.gradle
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw config --no-analytics
- ./flutterw packages pub get
scanignore:
- .flutter/bin/cache
scandelete:
- .flutter
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- ./flutterw build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags .*[0-9]$
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.6.25
CurrentVersionCode: 49
CurrentVersion: 0.6.26
CurrentVersionCode: 51