Selaa lähdekoodia

hopefully sort out ci

Guy Carmeli 5 vuotta sitten
vanhempi
commit
1b75d8325a
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      playground/android/build.gradle

+ 1
- 1
playground/android/build.gradle Näytä tiedosto

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