40 lines
725 B
JSON
40 lines
725 B
JSON
{
|
|
"cli": {
|
|
"version": "16.27.0",
|
|
"appVersionSource": "local"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk"
|
|
},
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk",
|
|
"gradleCommand": ":app:assembleRelease"
|
|
},
|
|
"autoIncrement": true,
|
|
"env": {
|
|
"NODE_ENV": "production"
|
|
}
|
|
},
|
|
"production": {
|
|
"android": {
|
|
"buildType": "apk"
|
|
},
|
|
"env": {
|
|
"NODE_ENV": "production"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
} |