From f094c1b4ad0ab18862ae9a32c7544f6ca30e535d Mon Sep 17 00:00:00 2001 From: Ibrahim Isa Jajere Date: Fri, 23 Aug 2024 11:54:33 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20configure=20remote=20appVersion=20m?= =?UTF-8?q?anagement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/expo/eas.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/expo/eas.json b/apps/expo/eas.json index 65c1e0cf0..a3b2fe236 100644 --- a/apps/expo/eas.json +++ b/apps/expo/eas.json @@ -1,6 +1,7 @@ { "cli": { - "version": ">= 3.8.1" + "version": ">= 3.8.1", + "appVersionSource": "remote" }, "build": { "development": { @@ -21,6 +22,7 @@ } }, "production": { + "autoIncrement": true, "ios": { "resourceClass": "m-medium" }