mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-23 16:36:37 +03:00
23 lines
563 B
Diff
23 lines
563 B
Diff
|
diff --git a/node_modules/react-native-pager-view/android/build.gradle b/node_modules/react-native-pager-view/android/build.gradle
|
||
|
index 260b52f..e929c19 100644
|
||
|
--- a/node_modules/react-native-pager-view/android/build.gradle
|
||
|
+++ b/node_modules/react-native-pager-view/android/build.gradle
|
||
|
@@ -4,7 +4,7 @@ buildscript {
|
||
|
|
||
|
repositories {
|
||
|
google()
|
||
|
- jcenter()
|
||
|
+ mavenCentral() //patched
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
@@ -51,7 +51,7 @@ android {
|
||
|
|
||
|
repositories {
|
||
|
mavenCentral()
|
||
|
- jcenter()
|
||
|
+ mavenCentral() //patched
|
||
|
google()
|
||
|
|
||
|
def found = false
|