Update Butterfly to 2.4.2-rc.1 (159)

This commit is contained in:
checkupdates bot 2025-11-28 04:54:36 +00:00 committed by linsui
parent b1f915a537
commit b14a09a03d

View file

@ -3622,8 +3622,35 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor nightly
- versionName: 2.4.2-rc.1
versionCode: 159
commit: 3b018aff7c4f92b3e2a91803454fe501e8fece17
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.0
CurrentVersionCode: 158
CurrentVersion: 2.4.2-rc.1
CurrentVersionCode: 159