Skip to content

Commit

Permalink
Include google maven repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Christine Emrich committed Nov 2, 2017
1 parent e436e06 commit 599918f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

buildscript {
repositories {
google()
jcenter()

// for butterknive:
Expand All @@ -17,13 +18,11 @@ buildscript {

allprojects {
repositories {
google()
jcenter()

// for MarkdownView
maven { url "https://jitpack.io" }

// google support libs
maven { url "https://maven.google.com" }
}
}

Expand Down

0 comments on commit 599918f

Please sign in to comment.