mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-14 02:01:42 +00:00
Update KitchenOwl to 0.6.10 (108)
This commit is contained in:
parent
ef53720bc2
commit
7ff277cb87
1 changed files with 28 additions and 2 deletions
|
|
@ -738,8 +738,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.6.10
|
||||||
|
versionCode: 108
|
||||||
|
commit: ff7ff08ac1829fa5a3f2b167d4879b8ee92bd587
|
||||||
|
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.6.9
|
CurrentVersion: 0.6.10
|
||||||
CurrentVersionCode: 107
|
CurrentVersionCode: 108
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue