From f77b751ef0ffee4ae27cf329dbb2aab11fcec001 Mon Sep 17 00:00:00 2001 From: Maarten Date: Mon, 12 Aug 2024 09:45:56 +0200 Subject: [PATCH] Set settings for production build --- eas.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/eas.json b/eas.json index d1d3703..419e0f9 100644 --- a/eas.json +++ b/eas.json @@ -7,12 +7,11 @@ "developmentClient": true, "distribution": "internal" }, - "preview": { + "production": { "android": { "buildType": "apk" } - }, - "production": {} + } }, "submit": { "production": {}