From 90d357a5e553f92bb8601722ff22a8d35de7eff8 Mon Sep 17 00:00:00 2001 From: DR497 <47689875+dr497@users.noreply.github.com> Date: Mon, 13 Nov 2023 20:21:17 +0800 Subject: [PATCH] change `buildType` for internal build --- eas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eas.json b/eas.json index 1906573..7e1cd99 100644 --- a/eas.json +++ b/eas.json @@ -13,7 +13,7 @@ "distribution": "internal", "node": "18.15.0", "android": { - "buildType": "apk" + "buildType": "app-bundle" }, "env": { "SOLANA_RPC_URL": "https://helius-proxy.bonfida.com"