diff --git a/mobile/app.json b/mobile/app.json index c40501e3..90ca390a 100644 --- a/mobile/app.json +++ b/mobile/app.json @@ -54,10 +54,13 @@ } }, "updates": { - "url": "https://u.expo.dev/68f84550-e978-45b5-9de1-da514eb547fe?runtime-version=1.0.0&channel-name=production&platform=android" + "url": "https://u.expo.dev/68f84550-e978-45b5-9de1-da514eb547fe" }, "experiments": { "tsconfigPaths": true + }, + "runtimeVersion": { + "policy": "appVersion" } } } diff --git a/mobile/eas.json b/mobile/eas.json index 314e0aee..188230de 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": {