Move jcenter behind mavenCentral and google gradle repos to fix build problems
This commit is contained in:
parent
aeddb30fa3
commit
a01ce6299c
|
@ -14,9 +14,9 @@ apply plugin: 'com.android.application'
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
google()
|
google()
|
||||||
|
jcenter()
|
||||||
$$GRADLE_REPOSITORY_URLS$$
|
$$GRADLE_REPOSITORY_URLS$$
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue