From cf1e67872f316d7018b3315ce4e3dab745dc5958 Mon Sep 17 00:00:00 2001 From: Dustin Do Date: Mon, 29 Jul 2024 18:02:46 +0700 Subject: [PATCH] feat(mobile): add image to eas.json (#174) --- apps/mobile/eas.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/apps/mobile/eas.json b/apps/mobile/eas.json index e2457e04..408eb36e 100644 --- a/apps/mobile/eas.json +++ b/apps/mobile/eas.json @@ -12,7 +12,13 @@ "distribution": "internal" }, "production": { - "autoIncrement": true + "autoIncrement": true, + "android": { + "image": "latest" + }, + "ios": { + "image": "latest" + } } }, "submit": {