瀏覽代碼

Update build.gradle.template

Updating project repository,
added jcenter() since Android Studio uses it by default.

https://www.jfrog.com/knowledge-base/why-should-i-use-jcenter-over-maven-central/
(cherry picked from commit 77c81a21d84d30b2b78027821db45a53d583762f)
Ramesh Ravone 8 年之前
父節點
當前提交
1c17e5b38d
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      platform/android/build.gradle.template

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

@@ -12,6 +12,7 @@ apply plugin: 'com.android.application'
 
 allprojects {
     repositories {
+    	jcenter()
 	mavenCentral()
 	$$GRADLE_REPOSITORY_URLS$$
     }