Update wger to 1.8.2 (70)

This commit is contained in:
F-Droid checkupdates bot 2025-04-28 04:35:15 +00:00 committed by Licaon_Kter
parent 1780db1e7f
commit d414158f5d

View file

@ -388,8 +388,34 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk
- versionName: 1.8.2
versionCode: 70
commit: 0a3f26aae9522284a5c3b63ce4a50570257bf313
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.1
CurrentVersionCode: 60
CurrentVersion: 1.8.2
CurrentVersionCode: 70