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
 
2
 
3
 buildscript {
3
 buildscript {
4
     repositories {
4
     repositories {
5
+        google()
5
         mavenLocal()
6
         mavenLocal()
6
         mavenCentral()
7
         mavenCentral()
7
-        google()
8
         jcenter()
8
         jcenter()
9
     }
9
     }
10
     dependencies {
10
     dependencies {