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:
parent
a0b0dff6fd
commit
77c81a21d8
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ apply plugin: 'com.android.application'
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
|
jcenter()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
$$GRADLE_REPOSITORY_URLS$$
|
$$GRADLE_REPOSITORY_URLS$$
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue