2024-09-28 13:17:55 +01:00
|
|
|
{
|
2024-09-29 12:02:57 +01:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2024-09-28 13:17:55 +01:00
|
|
|
}
|