Explorar el Código

Merge pull request #520 from PoojaB26/master

bugfix: Added google() repository to allprojects to satisfy androidx build rules
Rafal Wachol hace 6 años
padre
commit
d672f6acec
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      android/build.gradle

+ 1 - 0
android/build.gradle

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