Skip to content

Commit

Permalink
Remove duplicate repository entry
Browse files Browse the repository at this point in the history
  • Loading branch information
klinker24 committed Jun 27, 2018
1 parent 16deabc commit be2b7ea
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
@@ -1,7 +1,7 @@
buildscript {
repositories {
repositories {
google()
mavenCentral()
mavenCentral()
jcenter()
}
dependencies {
Expand All @@ -14,7 +14,6 @@ allprojects {
google()
mavenCentral()
jcenter()
maven { url 'https://maven.google.com' }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}
}

0 comments on commit be2b7ea

Please sign in to comment.