diff --git a/android/build.gradle b/android/build.gradle index 35c3988..810ce93 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,6 +1,7 @@ buildscript { repositories { jcenter() + google() } dependencies { @@ -32,4 +33,4 @@ repositories { dependencies { compile 'com.facebook.react:react-native:+' compile 'com.evernote:android-job:1.1.11' -} \ No newline at end of file +}