26 lines
389 B
JSON
26 lines
389 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 12.5.1",
|
|
"appVersionSource": "remote"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal"
|
|
},
|
|
"preview": {
|
|
"distribution": "internal"
|
|
},
|
|
"production": {
|
|
"autoIncrement": true
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {
|
|
"android": {
|
|
"serviceAccountKeyPath": "./service-account-key.json"
|
|
}
|
|
}
|
|
}
|
|
}
|