Browse Source

Added google() repository to allprojects

Pooja Bhaumik 6 năm trước cách đây
mục cha
commit
64c3bd0f25
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      android/build.gradle

+ 1 - 0
android/build.gradle

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