Skip to content

Commit

Permalink
build.gradle: Give higher priority to Google Maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
iSoron committed Jun 8, 2018
1 parent 88beb7b commit b5fda33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -18,8 +18,8 @@ buildscript {

allprojects {
repositories {
jcenter()
maven { url 'https://maven.google.com' }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
jcenter()
}
}

0 comments on commit b5fda33

Please sign in to comment.