36 lines
599 B
JSON
36 lines
599 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 12.0.0"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"ios": {
|
|
"simulator": true
|
|
},
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"preview": {
|
|
"distribution": "internal",
|
|
"android": {
|
|
"buildType": "apk"
|
|
}
|
|
},
|
|
"production": {
|
|
"android": {
|
|
"buildType": "app-bundle"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"android": {
|
|
"serviceAccountKeyPath": "./google-service-account.json"
|
|
}
|
|
}
|
|
}
|
|
}
|