From d19dec300f736f7db47bd66115259597df451a7b Mon Sep 17 00:00:00 2001 From: aelassas Date: Sat, 22 Jun 2024 20:19:52 +0100 Subject: [PATCH] Update mobile app --- mobile/app.json | 5 ++++- mobile/eas.json | 9 ++++++--- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/mobile/app.json b/mobile/app.json index 16d2f5668..529ea5ae1 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -54,10 +54,13 @@ } }, "updates": { - "url": "https://u.expo.dev/fe1ab335-41ae-4a35-960b-0052b493db49?runtime-version=1.0.0&channel-name=production&platform=android" + "url": "https://u.expo.dev/fe1ab335-41ae-4a35-960b-0052b493db49" }, "experiments": { "tsconfigPaths": true + }, + "runtimeVersion": { + "policy": "appVersion" } } } diff --git a/mobile/eas.json b/mobile/eas.json index 314e0aee8..188230def 100644 --- a/mobile/eas.json +++ b/mobile/eas.json @@ -13,10 +13,12 @@ "ios": { "image": "latest", "buildConfiguration": "Debug" - } + }, + "channel": "development" }, "preview": { - "distribution": "internal" + "distribution": "internal", + "channel": "preview" }, "production": { "android": { @@ -25,7 +27,8 @@ }, "ios": { "image": "latest" - } + }, + "channel": "production" } }, "submit": {