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": {