Explorar el Código

hopefully sort out ci

Guy Carmeli hace 5 años
padre
commit
1b75d8325a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      playground/android/build.gradle

+ 1
- 1
playground/android/build.gradle Ver fichero

@@ -2,9 +2,9 @@
2 2
 
3 3
 buildscript {
4 4
     repositories {
5
+        google()
5 6
         mavenLocal()
6 7
         mavenCentral()
7
-        google()
8 8
         jcenter()
9 9
     }
10 10
     dependencies {