Greg Alexander 5 vuotta sitten
vanhempi
commit
27768f4704
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2
    0
      android/build.gradle

+ 2
- 0
android/build.gradle Näytä tiedosto

@@ -6,6 +6,8 @@ def safeExtGet(prop, fallback) {
6 6
 
7 7
 repositories {
8 8
     mavenCentral()
9
+    jcenter()
10
+    google()
9 11
 }
10 12
 
11 13
 buildscript {