attempt new build channel.
This commit is contained in:
5
eas.json
5
eas.json
@@ -5,13 +5,16 @@
|
|||||||
"build": {
|
"build": {
|
||||||
"development": {
|
"development": {
|
||||||
"developmentClient": true,
|
"developmentClient": true,
|
||||||
|
"channel": "test",
|
||||||
"distribution": "internal"
|
"distribution": "internal"
|
||||||
},
|
},
|
||||||
"test": {
|
"test": {
|
||||||
"releaseChannel": "test",
|
"releaseChannel": "test",
|
||||||
"env": { "API_URL": "https://api.test.imex.online"}
|
"channel": "test",
|
||||||
|
"env": { "API_URL": "https://api.test.imex.online" }
|
||||||
},
|
},
|
||||||
"production": {
|
"production": {
|
||||||
|
"channel": "production",
|
||||||
"releaseChannel": "production",
|
"releaseChannel": "production",
|
||||||
"env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" }
|
"env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user