diff --git a/template/android/build.gradle b/template/android/build.gradle index 4631930d4a5c42..67d887b03078b6 100644 --- a/template/android/build.gradle +++ b/template/android/build.gradle @@ -19,19 +19,3 @@ buildscript { classpath("com.facebook.react:react-native-gradle-plugin") } } - -allprojects { - repositories { - maven { - // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm - url("$rootDir/../node_modules/react-native/android") - } - maven { - // Android JSC is installed from npm - url("$rootDir/../node_modules/jsc-android/dist") - } - mavenCentral() - google() - maven { url 'https://www.jitpack.io' } - } -}