From 1173480fd93a56fa60333c01ffc70b67db82826a Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sun, 22 May 2022 18:11:30 +0100 Subject: added loader --- eas.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'eas.json') diff --git a/eas.json b/eas.json index f4721ac..837a2aa 100644 --- a/eas.json +++ b/eas.json @@ -13,7 +13,11 @@ "preview3": { "developmentClient": true }, - "production": {} + "production": { + "android": { + "buildType": "apk" + } + } }, "cli": { "version": ">= 0.52.0" -- cgit v1.2.3