Merge pull request #8147 from RameshRavone/patch-1
Update build.gradle.template for jcenter
This commit is contained in:
commit
fbebd32b5f
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ apply plugin: 'com.android.application'
|
|||
|
||||
allprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
$$GRADLE_REPOSITORY_URLS$$
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue