29 lines
480 B
JSON
29 lines
480 B
JSON
|
{
|
||
|
"cli": {
|
||
|
"version": ">= 5.2.0"
|
||
|
},
|
||
|
"build": {
|
||
|
"development": {
|
||
|
"developmentClient": true,
|
||
|
"distribution": "internal",
|
||
|
"channel": "development"
|
||
|
},
|
||
|
"preview": {
|
||
|
"android": {
|
||
|
"buildType": "apk"
|
||
|
},
|
||
|
"distribution": "internal",
|
||
|
"channel": "preview"
|
||
|
},
|
||
|
"production": {
|
||
|
"android": {
|
||
|
"buildType": "apk"
|
||
|
},
|
||
|
"channel": "production"
|
||
|
}
|
||
|
},
|
||
|
"submit": {
|
||
|
"production": {}
|
||
|
}
|
||
|
}
|