Update Butterfly to 2.2.4 (128)

This commit is contained in:
F-Droid checkupdates bot 2025-01-14 04:33:39 +00:00 committed by linsui
parent 9476c59949
commit 54734c2942

View file

@ -990,8 +990,36 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor production
- versionName: 2.2.4
versionCode: 128
commit: 0f47a3346ab484956c7d4727fac3e94a90e9df13
subdir: app
output: build/app/outputs/flutter-apk/app-production-release.apk
srclibs:
- flutter@stable
rm:
- app/ios
- app/linux
- app/macos
- app/web
- app/windows
prebuild:
- sdkmanager 'ndk;23.1.7779620' 'ndk;26.1.10909125'
- export version=$(grep "^ flutter:" pubspec.yaml | cut -d ":" -f2|head -n1)
- pushd $$flutter$$
- git checkout -f $version
- popd
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- app/.pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor production
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.2.3
CurrentVersionCode: 126
CurrentVersion: 2.2.4
CurrentVersionCode: 128