From 8c3fa39d865a17ae8c9206c1ec1a5c390ec46dba Mon Sep 17 00:00:00 2001 From: Nuxgrid Date: Mon, 13 Jul 2026 20:29:33 +0200 Subject: [PATCH] chore: build --- mobile/eas.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/eas.json b/mobile/eas.json index 56aa0d1a..3fcde482 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -25,7 +25,7 @@ "EXPO_PUBLIC_API_URL": "https://uber-demo.club", "EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club/api/manifest" }, - "channel": "pre-prod" + "channel": "pre-prod-client" }, "production": { "distribution": "internal", @@ -37,7 +37,7 @@ "EXPO_PUBLIC_API_URL": "https://mln-uber.club", "EXPO_PUBLIC_UPDATE_URL": "https://ota.uber-stup.club/api/manifest" }, - "channel": "production" + "channel": "production-client" } } }