Update wger to 1.8.4 (90)

This commit is contained in:
checkupdates bot 2025-08-29 04:35:56 +00:00 committed by linsui
parent aa3f25b707
commit ff3888fc5c

View file

@ -441,8 +441,34 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk
- versionName: 1.8.4
versionCode: 90
commit: e41b088a77a06b0fa0c3c282d9845bc66feb41cb
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@stable
rm:
- flatpak
- ios
- windows
- linux
- macos
- web
prebuild:
- flutterVersion=$(sed -n -E "s/.*flutter-version:\ (.*)/\1/p" .github/actions/flutter-common/action.yml)
- '[[ $flutterVersion ]] || exit 1'
- git -C $$flutter$$ checkout -f $flutterVersion
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
scandelete:
- .pub-cache
build:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
CurrentVersion: 1.8.3
CurrentVersionCode: 80
CurrentVersion: 1.8.4
CurrentVersionCode: 90