mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 04:39:16 +00:00
Update wger to 1.7.7 (48)
This commit is contained in:
parent
96a5fe383f
commit
55085fea35
1 changed files with 26 additions and 2 deletions
|
|
@ -286,8 +286,32 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.7.7
|
||||
versionCode: 48
|
||||
commit: e91d2961b015c2edd6af08130475335670fbb742
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.24.4
|
||||
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.7.6
|
||||
CurrentVersionCode: 47
|
||||
CurrentVersion: 1.7.7
|
||||
CurrentVersionCode: 48
|
||||
|
|
|
|||
Loading…
Reference in a new issue