mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 23:28:56 +03:00
23 lines
712 B
Diff
23 lines
712 B
Diff
diff --git a/node_modules/react-native-tcp/android/build.gradle b/node_modules/react-native-tcp/android/build.gradle
|
|
index c582eb7..8e7c4c4 100644
|
|
--- a/node_modules/react-native-tcp/android/build.gradle
|
|
+++ b/node_modules/react-native-tcp/android/build.gradle
|
|
@@ -4,7 +4,7 @@ def safeExtGet(prop, fallback) {
|
|
|
|
buildscript {
|
|
repositories {
|
|
- jcenter()
|
|
+ mavenCentral() //patched
|
|
}
|
|
|
|
dependencies {
|
|
@@ -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'
|
|
}
|