30 lines
485 B
JSON
30 lines
485 B
JSON
{
|
|||
|
|
"cli": {
|
||
|
|
"version": ">= 12.0.0",
|
||
|
|
"appVersionSource": "local"
|
||
|
|
},
|
||
|
|
"build": {
|
||
|
|
"development": {
|
||
|
|
"developmentClient": true,
|
||
|
|
"distribution": "internal",
|
||
|
|
"android": {
|
||
|
|
"buildType": "apk"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"preview": {
|
||
|
|
"distribution": "internal",
|
||
|
|
"android": {
|
||
|
|
"buildType": "apk"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"production": {
|
||
|
|
"android": {
|
||
|
|
"buildType": "app-bundle"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"submit": {
|
||
|
|
"production": {}
|
||
|
|
}
|
||
|
|
}
|