diff --git a/android/build.gradle b/android/build.gradle index 2e762d7e6437..a35d82861347 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -21,7 +21,6 @@ buildscript { } repositories { google() - jcenter() mavenCentral() } dependencies { @@ -50,7 +49,6 @@ allprojects { } } repositories { - jcenter() maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url("$rootDir/../node_modules/react-native/android")