Update wger to 1.6.2 (37)

This commit is contained in:
F-Droid checkupdates bot 2023-11-19 11:56:56 +00:00
parent 4b677fe609
commit a43d8d0e4a

View file

@ -82,8 +82,32 @@ Builds:
- export PUB_CACHE=$(pwd)/.pub-cache
- $$flutter$$/bin/flutter build apk
- versionName: 1.6.2
versionCode: 37
commit: 249cbf1f5f1882055f72775955e93f60dd3cfe54
output: build/app/outputs/flutter-apk/app-release.apk
srclibs:
- flutter@3.7.12
rm:
- flatpak
- ios
- linux
- macos
- web
prebuild:
- sed -i -e '/flutter_barcode_scanner/d' pubspec.yaml
- sed -i -e '/flutter_barcode_scanner/,/version:/d' pubspec.lock
- 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.5.6
CurrentVersionCode: 33
CurrentVersion: 1.6.2
CurrentVersionCode: 37