summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamesh Ravone <ramesh.maran443@gmail.com>2017-03-25 17:41:20 +0530
committerGitHub <noreply@github.com>2017-03-25 17:41:20 +0530
commit77c81a21d84d30b2b78027821db45a53d583762f (patch)
treeadfc32fb77a8809a2d2b8ee7e032ff359345de6f
parenta0b0dff6fdbdc4be78087aa572f3da5dbb8daa01 (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.template1
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$$
}