Update Butterfly to 2.2.3-rc.0 (123)

This commit is contained in:
F-Droid checkupdates bot 2024-12-03 04:30:57 +00:00 committed by Licaon_Kter
parent c96cac83e9
commit 02e3e62b98

View file

@ -2619,8 +2619,36 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor nightly
- versionName: 2.2.3-rc.0
versionCode: 123
commit: 942f03d41be3639b0bc751600d0a79a985368375
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:
- 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 nightly
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.+$
UpdateCheckData: app/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 2.2.2
CurrentVersionCode: 122
CurrentVersion: 2.2.3-rc.0
CurrentVersionCode: 123