Update Butterfly to 2.2.0 (116)

This commit is contained in:
F-Droid checkupdates bot 2024-09-28 10:29:36 +00:00
parent cccab202b0
commit d398504c3b

View file

@ -878,8 +878,31 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk --flavor production
- versionName: 2.2.0
versionCode: 116
commit: 44a29d3dd4ba25b98f6ad1eb1cdea1c33d124d07
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:
- git -C $$flutter$$ checkout -f $(cat ../FLUTTER_VERSION)
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
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.1.1
CurrentVersionCode: 108
CurrentVersion: 2.2.0
CurrentVersionCode: 116