Update Flow to 0.4.0 (9)

This commit is contained in:
F-Droid checkupdates bot 2025-03-25 04:42:14 +00:00 committed by linsui
parent 5fd564e785
commit 7662518a01

View file

@ -121,8 +121,33 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor nightly
- versionName: 0.4.0
versionCode: 9
commit: 0b458f79cd40ebc7ae983a877fed1206514659d4
subdir: app
output: build/app/outputs/flutter-apk/app-nightly-release.apk
srclibs:
- flutter@stable
rm:
- app/ios
- app/linux
- app/macos
- app/web
- app/windows
prebuild:
- export version=$(grep "^ flutter:" pubspec.yaml | cut -d ":" -f2|head -n1)
- '[[ $version ]] || exit 1'
- git -C $$flutter$$ checkout -f $version
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
scandelete:
- app/.pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor nightly
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.+$
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 0.3.1
CurrentVersionCode: 8
CurrentVersion: 0.4.0
CurrentVersionCode: 9