Skip to content

Commit

Permalink
Change mavenCentral -> jcenter
Browse files Browse the repository at this point in the history
  • Loading branch information
ojw28 committed Oct 5, 2016
1 parent b3c6f1c commit 85d749d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
Expand All @@ -27,7 +26,7 @@ buildscript {

allprojects {
repositories {
mavenCentral()
jcenter()
}
project.ext {
compileSdkVersion=24
Expand Down

0 comments on commit 85d749d

Please sign in to comment.