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

(cherry picked from commit a01ce6299c)
This commit is contained in:
Karen Schwane 2018-10-28 19:20:30 +01:00 committed by Rémi Verschelde
parent 6dcb5f5ed9
commit 6392a7d7f1

View file

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