Przeglądaj źródła

Fix Android build error

Fix #15603
Fix #15513
volzhs 7 lat temu
rodzic
commit
dfdc8c2d9a
1 zmienionych plików z 1 dodań i 0 usunięć
  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$$
     }
 }