소스 검색

hopefully sort out ci

Guy Carmeli 5 년 전
부모
커밋
1b75d8325a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      playground/android/build.gradle

+ 1
- 1
playground/android/build.gradle 파일 보기

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