mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 23:28:56 +03:00
14 lines
494 B
Diff
14 lines
494 B
Diff
diff --git a/node_modules/@react-native-community/toolbar-android/android/build.gradle b/node_modules/@react-native-community/toolbar-android/android/build.gradle
|
|
index e414765..3c432e8 100644
|
|
--- a/node_modules/@react-native-community/toolbar-android/android/build.gradle
|
|
+++ b/node_modules/@react-native-community/toolbar-android/android/build.gradle
|
|
@@ -2,7 +2,7 @@
|
|
buildscript {
|
|
repositories {
|
|
google()
|
|
- jcenter()
|
|
+ mavenCentral()
|
|
}
|
|
|
|
dependencies {
|