28 lines
517 B
JSON
28 lines
517 B
JSON
{
|
|
"cli": {
|
|
"version": ">= 0.52.0"
|
|
},
|
|
"build": {
|
|
"development": {
|
|
"developmentClient": true,
|
|
"distribution": "internal",
|
|
"channel": "development"
|
|
},
|
|
"test": {
|
|
"releaseChannel": "test",
|
|
"env": {
|
|
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
|
|
}
|
|
},
|
|
"production": {
|
|
"releaseChannel": "production",
|
|
"env": {
|
|
"ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk"
|
|
}
|
|
}
|
|
},
|
|
"submit": {
|
|
"production": {}
|
|
}
|
|
}
|