From 1b3e5bb89cc7278c511162fc957bdcbe1af65353 Mon Sep 17 00:00:00 2001 From: Maarten Date: Mon, 5 Aug 2024 12:00:47 +0200 Subject: [PATCH] Fix --- eas.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/eas.json b/eas.json index dd8f74e..d1d3703 100644 --- a/eas.json +++ b/eas.json @@ -8,10 +8,8 @@ "distribution": "internal" }, "preview": { - "preview": { - "android": { - "buildType": "apk" - } + "android": { + "buildType": "apk" } }, "production": {}