diff --git a/android/build.gradle b/android/build.gradle index 196eef6..c0c432b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -2,7 +2,7 @@ buildscript { if (project == rootProject) { repositories { google() - jcenter() + mavenCentral() } dependencies { @@ -48,7 +48,7 @@ repositories { url("$rootDir/../node_modules/react-native/android") } google() - jcenter() + mavenCentral() } dependencies { diff --git a/example/android/build.gradle b/example/android/build.gradle index 2bb5bf3..31cee5e 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -38,7 +38,6 @@ allprojects { } } google() - jcenter() maven { url 'https://www.jitpack.io' } } }