From 8ab72b1262c33e6c7df73dc0cdb5a55e563eb6e8 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Mon, 17 Mar 2025 10:11:25 +0100 Subject: [PATCH] chore --- eas.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/eas.json b/eas.json index 18d8aa68..0df93411 100644 --- a/eas.json +++ b/eas.json @@ -34,11 +34,7 @@ "production": { "channel": "0.27.0", "android": { - "image": "latest", - "buildType": "app-bundle" - }, - "env": { - "GOOGLE_SERVICES_JSON": "GOOGLE_SERVICES_JSON" + "image": "latest" } }, "production-apk": { @@ -46,9 +42,6 @@ "android": { "buildType": "apk", "image": "latest" - }, - "env": { - "GOOGLE_SERVICES_JSON": "GOOGLE_SERVICES_JSON" } }, "production-apk-tv": {