diff options
author | Ramesh Ravone <ramesh.maran443@gmail.com> | 2017-03-25 17:41:20 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-25 17:41:20 +0530 |
commit | 77c81a21d84d30b2b78027821db45a53d583762f (patch) | |
tree | adfc32fb77a8809a2d2b8ee7e032ff359345de6f | |
parent | a0b0dff6fdbdc4be78087aa572f3da5dbb8daa01 (diff) |
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/
-rw-r--r-- | platform/android/build.gradle.template | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/build.gradle.template b/platform/android/build.gradle.template index 24aab8e01f..ec5bbb6630 100644 --- a/platform/android/build.gradle.template +++ b/platform/android/build.gradle.template @@ -12,6 +12,7 @@ apply plugin: 'com.android.application' allprojects { repositories { + jcenter() mavenCentral() $$GRADLE_REPOSITORY_URLS$$ } |