ecency-mobile/patches/react-native-tcp+4.0.0.patch
2022-10-31 19:21:36 +05:00

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'
}