mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update wger to 1.7.4 (45)
This commit is contained in:
parent
e0a7609554
commit
1eb41b0005
1 changed files with 26 additions and 2 deletions
|
|
@ -214,8 +214,32 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- $$flutter$$/bin/flutter build apk
|
- $$flutter$$/bin/flutter build apk
|
||||||
|
|
||||||
|
- versionName: 1.7.4
|
||||||
|
versionCode: 45
|
||||||
|
commit: f642d32c1691cbcb77063431551bd1c44cd14216
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
srclibs:
|
||||||
|
- flutter@3.19.6
|
||||||
|
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
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags
|
UpdateCheckMode: Tags
|
||||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 1.7.1
|
CurrentVersion: 1.7.4
|
||||||
CurrentVersionCode: 44
|
CurrentVersionCode: 45
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue