diff --git a/android/build.gradle b/android/build.gradle index 1a8ffa8e..3d85e58a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -5,7 +5,7 @@ buildscript { url 'https://maven.google.com/' name 'Google' } - jcenter() + mavenCentral() } dependencies { classpath 'com.android.tools.build:gradle:3.4.1' @@ -23,7 +23,7 @@ allprojects { url 'https://maven.google.com/' name 'Google' } - jcenter() + mavenCentral() // repo for react-native // https://mvnrepository.com/artifact/com.facebook.react/react-native?repo=springio-plugins-release maven { diff --git a/android/lib/build.gradle b/android/lib/build.gradle index 3a8b36c5..633107bd 100644 --- a/android/lib/build.gradle +++ b/android/lib/build.gradle @@ -52,7 +52,7 @@ repositories { maven { url 'https://maven.google.com' } - jcenter() + mavenCentral() } android {