diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2017-03-27 08:50:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-27 08:50:47 +0200 |
commit | fbebd32b5f47b0f8c357bbda3f657c58cdf3e3da (patch) | |
tree | 3895fe570e948b9acd8a8a50b9f0870bf228cd3e /platform/android | |
parent | 1a0d1bb18dc392ffdeef43451b8190f79b02d424 (diff) | |
parent | 77c81a21d84d30b2b78027821db45a53d583762f (diff) |
Merge pull request #8147 from RameshRavone/patch-1
Update build.gradle.template for jcenter
Diffstat (limited to 'platform/android')
-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$$ } |