Selaa lähdekoodia

Merge pull request #520 from PoojaB26/master

bugfix: Added google() repository to allprojects to satisfy androidx build rules
Rafal Wachol 6 vuotta sitten
vanhempi
commit
d672f6acec
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()
     }
 }