mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +00:00
Update KitchenOwl to 0.7.3 (117)
This commit is contained in:
parent
69b13a51f2
commit
5ccd48402f
1 changed files with 28 additions and 2 deletions
|
|
@ -897,8 +897,34 @@ Builds:
|
||||||
- export PUB_CACHE=$(pwd)/.pub-cache
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
- ../flutter/bin/flutter build apk --release
|
- ../flutter/bin/flutter build apk --release
|
||||||
|
|
||||||
|
- versionName: 0.7.3
|
||||||
|
versionCode: 117
|
||||||
|
commit: af07263149973019177245a80f8bc01e1132d53c
|
||||||
|
subdir: kitchenowl
|
||||||
|
submodules: true
|
||||||
|
output: build/app/outputs/flutter-apk/app-release.apk
|
||||||
|
rm:
|
||||||
|
- kitchenowl/ios
|
||||||
|
- kitchenowl/linux
|
||||||
|
- kitchenowl/macos
|
||||||
|
- kitchenowl/web
|
||||||
|
- kitchenowl/windows
|
||||||
|
- backend
|
||||||
|
prebuild:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- ../flutter/bin/flutter config --no-analytics
|
||||||
|
- ../flutter/bin/flutter pub get
|
||||||
|
scanignore:
|
||||||
|
- flutter/bin/cache
|
||||||
|
scandelete:
|
||||||
|
- flutter
|
||||||
|
- kitchenowl/.pub-cache
|
||||||
|
build:
|
||||||
|
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||||
|
- ../flutter/bin/flutter build apk --release
|
||||||
|
|
||||||
AutoUpdateMode: Version
|
AutoUpdateMode: Version
|
||||||
UpdateCheckMode: Tags ^v.*$
|
UpdateCheckMode: Tags ^v.*$
|
||||||
UpdateCheckData: kitchenowl/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
UpdateCheckData: kitchenowl/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||||
CurrentVersion: 0.7.2
|
CurrentVersion: 0.7.3
|
||||||
CurrentVersionCode: 116
|
CurrentVersionCode: 117
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue