Update Butterfly to 2.3.1 (138)

This commit is contained in:
F-Droid checkupdates bot 2025-05-22 04:38:41 +00:00 committed by linsui
parent ca571696e5
commit 97154019ee

View file

@ -1046,8 +1046,36 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor production
- versionName: 2.3.1
versionCode: 138
commit: f08b1debcd9900c0b6cf81a1d9e2b3502aaae440
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)
- '[[ $version ]] || exit 1'
- git -C $$flutter$$ checkout -f $version
- sed -i -e '/signingConfig/,+4d' android/app/build.gradle.kts
- 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.3.0
CurrentVersionCode: 135
CurrentVersion: 2.3.1
CurrentVersionCode: 138