diff --git a/android/build.gradle b/android/build.gradle index e837bf7..d281934 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ buildscript { if (project == rootProject) { repositories { google() - jcenter() + mavenCentral() } dependencies { @@ -54,7 +54,7 @@ repositories { url("$rootDir/../node_modules/react-native/android") } google() - jcenter() + mavenCentral() } dependencies {