Files
imexmobile/eas.json
2024-08-15 15:19:34 -07:00

26 lines
528 B
JSON

{
"cli": {
"version": ">= 0.52.0"
},
"build": {
"development": {
"developmentClient": true,
"channel": "test",
"distribution": "internal"
},
"test": {
"releaseChannel": "test",
"channel": "test",
"env": { "API_URL": "https://api.test.romeonline.io" }
},
"production": {
"channel": "production",
"releaseChannel": "production",
"env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" }
}
},
"submit": {
"production": {}
}
}