Update Butterfly to 2.4.2-rc.2 (160)

This commit is contained in:
checkupdates bot 2025-12-05 04:53:57 +00:00 committed by linsui
parent 7f48364f95
commit dd83bb1454

View file

@ -3649,8 +3649,35 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor nightly
- versionName: 2.4.2-rc.2
versionCode: 160
commit: 4d797b3a0a6fa0cc9d14e70fa2749ea253c9c441
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:
- sed -i -e '/signingConfig =/,+4d' android/app/build.gradle.kts
- flutterVersion=$(sed -n -E "s/^ flutter:\ (.*)/\1/p" pubspec.yaml)
- '[[ $flutterVersion ]]'
- git -C $$flutter$$ checkout -f $flutterVersion
- 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 nightly
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.+$
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.4.2-rc.1
CurrentVersionCode: 159
CurrentVersion: 2.4.2-rc.2
CurrentVersionCode: 160