Skip to content

Commit 48a776d

Browse files
committed
cleanup expo android config
1 parent 8ad5261 commit 48a776d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ if (expoProject) {
7878
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
7979
apply from: expoModulesCorePlugin
8080
applyKotlinExpoModulesCorePlugin()
81-
useExpoPublishing()
81+
// useExpoPublishing()
8282
useCoreDependencies()
8383
} else {
8484
group = 'cn.reactnative.modules.update'
@@ -148,7 +148,6 @@ repositories {
148148
dependencies {
149149
implementation 'com.facebook.react:react-native:+'
150150
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0'
151-
implementation 'com.jakewharton:process-phoenix:3.0.0'
152151
}
153152
if (isNewArchitectureEnabled()) {
154153
react {

0 commit comments

Comments
 (0)