mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-22 13:49:06 +00:00
Update wger to 1.7.8 (49)
This commit is contained in:
parent
2b8d6e06e3
commit
cfcf7ebc99
1 changed files with 26 additions and 2 deletions
|
|
@ -310,8 +310,32 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
- versionName: 1.7.8
|
||||
versionCode: 49
|
||||
commit: 98a02058c98bdfeecadd8518dcc13f1da9be1231
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.27.3
|
||||
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.7
|
||||
CurrentVersionCode: 48
|
||||
CurrentVersion: 1.7.8
|
||||
CurrentVersionCode: 49
|
||||
|
|
|
|||
Loading…
Reference in a new issue