ecency-mobile/patches/react-native-os+1.2.6.patch

21 lines
577 B
Diff
Raw Normal View History

diff --git a/node_modules/react-native-os/android/build.gradle b/node_modules/react-native-os/android/build.gradle
index 7055b60..1e08eaa 100644
--- a/node_modules/react-native-os/android/build.gradle
+++ b/node_modules/react-native-os/android/build.gradle
2022-10-31 17:21:36 +03:00
@@ -4,7 +4,7 @@ def safeExtGet(prop, fallback) {
buildscript {
repositories {
- jcenter()
+ mavenCentral()
2022-10-31 17:21:36 +03:00
}
dependencies {
@@ -44,5 +44,5 @@ repositories {
}
dependencies {
- compile 'com.facebook.react:react-native:+'
+ implementation 'com.facebook.react:react-native:+'
}