Explorar o código

Merge pull request #520 from PoojaB26/master

bugfix: Added google() repository to allprojects to satisfy androidx build rules
Rafal Wachol %!s(int64=6) %!d(string=hai) anos
pai
achega
d672f6acec
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      android/build.gradle

+ 1 - 0
android/build.gradle

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