diff --git a/android/build.gradle b/android/build.gradle index 07de33f..7c372f0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -129,12 +129,12 @@ afterEvaluate { project -> archives androidJavadocJar } - task installArchives(type: Upload) { - configuration = configurations.archives - repositories.mavenDeployer { - // Deploy to react-native-event-bridge/maven, ready to publish to npm - repository url: "file://${projectDir}/../android/maven" - configureReactNativePom pom - } - } +// task installArchives(type: Upload) { +// configuration = configurations.archives +// repositories.maven { +// // Deploy to react-native-event-bridge/maven, ready to publish to npm +// repository url: "file://${projectDir}/../android/maven" +// configureReactNativePom pom +// } +// } }