26 lines
390 B
JSON
26 lines
390 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 10.1.0"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"android": {
|
|
"buildType": "apk"
|
|
},
|
|
"distribution": "internal"
|
|
},
|
|
"production": {
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|