Skip to content

Commit

Permalink
Look in google repo before jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
lognaturel committed Oct 24, 2018
1 parent d15d8ec commit b603c9b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ plugins {

allprojects {
repositories {
// Needs to go first to get specialty libraries https://stackoverflow.com/a/48438866/137744
google()

jcenter()
maven { url = 'https://oss.sonatype.org/content/groups/public' }
maven {
url "https://maven.google.com"
}
maven { url 'https://oss.sonatype.org/content/groups/public' }
maven { url 'https://jitpack.io' }
maven { url 'https://staging.dev.medicmobile.org/_couch/maven-repo' }
google()
}
}

Expand Down

0 comments on commit b603c9b

Please sign in to comment.