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/
This commit is contained in:
Ramesh Ravone 2017-03-25 17:41:20 +05:30 committed by GitHub
parent a0b0dff6fd
commit 77c81a21d8

View file

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