From 0952a56efa1b4fc4d150c1c6c1446a78c5765057 Mon Sep 17 00:00:00 2001 From: Firoz Ahmed Date: Mon, 24 Jan 2022 19:40:16 +0530 Subject: [PATCH] Update build.gradle --- android/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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 +// } +// } }