From 48a776d50678b4e85cec4b53870b71df26d08517 Mon Sep 17 00:00:00 2001 From: sunnylqm Date: Wed, 30 Apr 2025 15:50:07 +0800 Subject: [PATCH] cleanup expo android config --- android/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 217e2e2..f5d62e7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -78,7 +78,7 @@ if (expoProject) { def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle") apply from: expoModulesCorePlugin applyKotlinExpoModulesCorePlugin() - useExpoPublishing() + // useExpoPublishing() useCoreDependencies() } else { group = 'cn.reactnative.modules.update' @@ -148,7 +148,6 @@ repositories { dependencies { implementation 'com.facebook.react:react-native:+' implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0' - implementation 'com.jakewharton:process-phoenix:3.0.0' } if (isNewArchitectureEnabled()) { react {