Files
notesnook/apps/mobile/patches/react-native-reanimated+1.13.3.patch
2022-01-22 09:32:12 +05:00

28 lines
932 B
Diff

diff --git a/node_modules/react-native-reanimated/android/build.gradle b/node_modules/react-native-reanimated/android/build.gradle
index 21c386c..bb2b2af 100644
--- a/node_modules/react-native-reanimated/android/build.gradle
+++ b/node_modules/react-native-reanimated/android/build.gradle
@@ -18,7 +18,6 @@ buildscript {
}
apply plugin: 'com.android.library'
-apply plugin: 'maven'
android {
compileSdkVersion safeExtGet('compileSdkVersion', 28)
@@ -120,14 +119,4 @@ afterEvaluate { project ->
archives androidSourcesJar
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
- }
- }
}