build.gradle: Give higher priority to Google Maven repository

This commit is contained in:
2018-06-07 22:54:07 -05:00
parent 49689317b7
commit 88beb7b883

View File

@@ -1,7 +1,7 @@
buildscript {
repositories {
jcenter()
maven { url 'https://maven.google.com' }
jcenter()
}
dependencies {