ecency-mobile/patches/react-native-tcp+4.0.0.patch

14 lines
544 B
Diff
Raw Normal View History

diff --git a/node_modules/react-native-tcp/android/build.gradle b/node_modules/react-native-tcp/android/build.gradle
index c582eb7..5785289 100644
--- a/node_modules/react-native-tcp/android/build.gradle
+++ b/node_modules/react-native-tcp/android/build.gradle
@@ -44,6 +44,6 @@ repositories {
}
dependencies {
- compile 'com.facebook.react:react-native:+'
- compile 'com.koushikdutta.async:androidasync:2.1.6'
+ implementation 'com.facebook.react:react-native:+'
+ implementation 'com.koushikdutta.async:androidasync:2.1.6'
}