Skip to content

Commit

Permalink
Use Google Maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ccjernigan committed May 19, 2017
1 parent 7f64172 commit 51e6aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'com.github.ben-manes.versions'

buildscript {
repositories {
maven { url 'https://maven.google.com' }
jcenter()
}
dependencies {
Expand All @@ -12,6 +13,7 @@ buildscript {

allprojects {
repositories {
maven { url 'https://maven.google.com' }
jcenter()
}

Expand Down

0 comments on commit 51e6aa0

Please sign in to comment.