ソースを参照

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 {