From 4760f352b120d9cb4c0a01d461cdd028b5f5546d Mon Sep 17 00:00:00 2001 From: arafat-alim Date: Wed, 30 Oct 2024 15:47:47 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9A=92=EF=B8=8F=20Working=20on=20new=20EAS?= =?UTF-8?q?=20json=20package=20for=20this=20build.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eas.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/eas.json b/eas.json index 6e79175..8072315 100644 --- a/eas.json +++ b/eas.json @@ -7,18 +7,16 @@ "preview": { "distribution": "internal", "env": { - "ANDROID_HOME": "C:/Users/user/AppData/Local/Android/Sdk", // Windows path format + "ANDROID_HOME": "C:/Users/user/AppData/Local/Android/Sdk", "EXPO_DEBUG": "true" }, "android": { "buildType": "apk", - "jsEngine": "hermes", - "enableProguardInReleaseBuilds": true, "gradleCommand": ":app:assembleRelease", "artifactPath": "android/app/build/outputs/apk/release/app-release.apk" } }, - "production": { + "staging": { "distribution": "store", "env": { "ANDROID_HOME": "C:/Users/user/AppData/Local/Android/Sdk", @@ -26,8 +24,6 @@ }, "android": { "buildType": "apk", - "jsEngine": "hermes", - "enableProguardInReleaseBuilds": true, "gradleCommand": ":app:assembleRelease", "artifactPath": "android/app/build/outputs/apk/release/app-release.apk" }