From 3db8f35a991a72e8922dd8360c77e9dad3eb3751 Mon Sep 17 00:00:00 2001 From: Peter Muthama Date: Thu, 4 Jul 2024 12:31:06 +0300 Subject: [PATCH] add buildtype to apk --- eas.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eas.json b/eas.json index 141ed2d..12e85aa 100644 --- a/eas.json +++ b/eas.json @@ -12,7 +12,8 @@ }, "production": { "android": { - "image": "latest" + "image": "latest", + "buildType": "apk" } } },