From 519efb71198a59faa56f3317615ac61f209f3e9c Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 1 Mar 2024 09:42:45 -0800 Subject: [PATCH] attempt new build channel. --- eas.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eas.json b/eas.json index 0c02099..5a4e47d 100644 --- a/eas.json +++ b/eas.json @@ -5,13 +5,16 @@ "build": { "development": { "developmentClient": true, + "channel": "test", "distribution": "internal" }, "test": { "releaseChannel": "test", - "env": { "API_URL": "https://api.test.imex.online"} + "channel": "test", + "env": { "API_URL": "https://api.test.imex.online" } }, "production": { + "channel": "production", "releaseChannel": "production", "env": { "ANDROID_SDK_ROOT": "/Users/pfic/Library/Android/sdk" } }