mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 22:27:27 +00:00
Update wger to 1.6.2 (37)
This commit is contained in:
parent
4b677fe609
commit
a43d8d0e4a
1 changed files with 26 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue