mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-09-14 16:17:49 -04:00
31 lines
480 B
JSON
31 lines
480 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 15.0.10",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"env": {
|
|
"APP_VARIANT": "development"
|
|
},
|
|
"channel": "development"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"channel": "preview",
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"production": {
|
|
"channel": "prod",
|
|
"autoIncrement": true
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|