Browse Source

Added google() repository to allprojects

Pooja Bhaumik 6 years ago
parent
commit
64c3bd0f25
1 changed files with 1 additions and 0 deletions
  1. 1 0
      android/build.gradle

+ 1 - 0
android/build.gradle

@@ -27,6 +27,7 @@ buildscript {
 allprojects {
     repositories {
         jcenter()
+        google()
     }
 }