Move jcenter behind mavenCentral and google gradle repos to fix build problems

This commit is contained in:
Karen Schwane 2018-10-28 19:20:30 +01:00
parent aeddb30fa3
commit a01ce6299c
1 changed files with 1 additions and 1 deletions

View File

@ -14,9 +14,9 @@ apply plugin: 'com.android.application'
allprojects {
repositories {
jcenter()
mavenCentral()
google()
jcenter()
$$GRADLE_REPOSITORY_URLS$$
}
}