diff --git a/android/build.gradle b/android/build.gradle index 82f60d3d..7641a9b8 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -9,7 +9,6 @@ buildscript { if (project == rootProject) { repositories { google() - jcenter() maven { url "https://maven.fabric.io/public" } @@ -45,7 +44,6 @@ allprojects { repositories { mavenLocal() google() - jcenter() maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url "$rootDir/../node_modules/react-native/android" @@ -60,3 +58,4 @@ dependencies { implementation 'com.madgag.spongycastle:bcpkix-jdk15on:1.56.0.0' } +