Selaa lähdekoodia

Added google() repository to allprojects

Pooja Bhaumik 6 vuotta sitten
vanhempi
commit
64c3bd0f25
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      android/build.gradle

+ 1 - 0
android/build.gradle

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