mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-26 14:54:19 +03:00
14 lines
544 B
Diff
14 lines
544 B
Diff
|
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'
|
||
|
}
|