Update wger to 1.9.2 (120)

This commit is contained in:
checkupdates bot 2025-12-05 04:42:11 +00:00 committed by linsui
parent 856e9dd78f
commit 55089aa48b

View file

@ -521,8 +521,35 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk
- versionName: 1.9.2
versionCode: 120
commit: 47d139097e9a40abc3d0dd086ac03dd3c0719721
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
- sed -i -e 's/8.12.1/8.11.1/' .pub-cache/hosted/pub.dev/package_info_plus-*/android/build.gradle
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.9.1
CurrentVersionCode: 110
CurrentVersion: 1.9.2
CurrentVersionCode: 120