mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-07 14:46:52 +00:00
Update KitchenOwl to 0.4.7 (78)
This commit is contained in:
parent
49c0a62e43
commit
fcacffd7f1
1 changed files with 24 additions and 2 deletions
|
|
@ -248,8 +248,30 @@ Builds:
|
|||
- export PUB_CACHE=$(pwd)/.pub-cache
|
||||
- $$flutter$$/bin/flutter build apk --release
|
||||
|
||||
- versionName: 0.4.7
|
||||
versionCode: 78
|
||||
commit: 5ea3a4886562d36891e3efbf5ca21347a6933bd4
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.10.0
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
- macos
|
||||
prebuild:
|
||||
- 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 --release
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.4.6
|
||||
CurrentVersionCode: 77
|
||||
CurrentVersion: 0.4.7
|
||||
CurrentVersionCode: 78
|
||||
|
|
|
|||
Loading…
Reference in a new issue