Browse Source

hopefully sort out ci

Guy Carmeli 5 years ago
parent
commit
1b75d8325a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      playground/android/build.gradle

+ 1
- 1
playground/android/build.gradle View File

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