ソースを参照

Fix Android build error

Fix #15603
Fix #15513
volzhs 7 年 前
コミット
dfdc8c2d9a
1 ファイル変更1 行追加0 行削除
  1. 1 0
      platform/android/build.gradle.template

+ 1 - 0
platform/android/build.gradle.template

@@ -15,6 +15,7 @@ allprojects {
     repositories {
     	jcenter()
 	mavenCentral()
+	google()
 	$$GRADLE_REPOSITORY_URLS$$
     }
 }