Browse Source

build fix

Greg Alexander 5 years ago
parent
commit
27768f4704
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      android/build.gradle

+ 2
- 0
android/build.gradle View File

@@ -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 {