diff --git a/android/build.gradle b/android/build.gradle index aa98ebaf839..82635d2a110 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,6 +29,7 @@ allprojects { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url "$rootDir/../node_modules/react-native/android" } + maven { url "https://jitpack.io" } } }