diff --git a/android/build.gradle b/android/build.gradle index 151607d..6d5c7c0 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,5 +1,6 @@ buildscript { repositories { + google() jcenter() } @@ -27,4 +28,4 @@ android { dependencies { compile 'com.facebook.react:react-native:+' -} \ No newline at end of file +}