Files
imexmobile/eas.json
2022-05-12 16:50:07 -07:00

19 lines
363 B
JSON

{
"cli": {
"version": ">= 0.52.0"
},
"build": {
"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": {}
}
}