19 lines
278 B
JSON
19 lines
278 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 10.2.2"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"production": {
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|