Update Butterfly to 2.2.1 (119)

This commit is contained in:
F-Droid checkupdates bot 2024-10-18 11:19:33 +00:00
parent a7c4313547
commit 93786f5498

View file

@ -906,8 +906,36 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor production
- versionName: 2.2.1
versionCode: 119
commit: 35ad656a1fa5f324feb124de4a0e5f48a53fd88c
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.0
CurrentVersionCode: 116
CurrentVersion: 2.2.1
CurrentVersionCode: 119