summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2017-03-27 08:50:47 +0200
committerGitHub <noreply@github.com>2017-03-27 08:50:47 +0200
commitfbebd32b5f47b0f8c357bbda3f657c58cdf3e3da (patch)
tree3895fe570e948b9acd8a8a50b9f0870bf228cd3e
parent1a0d1bb18dc392ffdeef43451b8190f79b02d424 (diff)
parent77c81a21d84d30b2b78027821db45a53d583762f (diff)
Merge pull request #8147 from RameshRavone/patch-1
Update build.gradle.template for jcenter
-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$$
}