Merge pull request #8147 from RameshRavone/patch-1

Update build.gradle.template for jcenter
This commit is contained in:
Rémi Verschelde 2017-03-27 08:50:47 +02:00 committed by GitHub
commit fbebd32b5f

View file

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