From 6aeb6105ca7b86809090701b4938c36aa6ad7350 Mon Sep 17 00:00:00 2001 From: G Date: Mon, 9 Sep 2024 17:32:28 +0000 Subject: [PATCH] configuration for update support --- eas.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/eas.json b/eas.json index cbb4e09..83a6fe4 100644 --- a/eas.json +++ b/eas.json @@ -6,7 +6,8 @@ "build": { "development": { "developmentClient": true, - "distribution": "internal" + "distribution": "internal", + "channel": "development" }, "preview": { "env": { @@ -15,13 +16,15 @@ "distribution": "internal", "android": { "buildType": "apk" - } + }, + "channel": "preview" }, "production": { - "autoIncrement": true + "autoIncrement": true, + "channel": "production" } }, "submit": { "production": {} } -} \ No newline at end of file +} -- libgit2 0.27.1