Skip to content

Commit

Permalink
Use jcenter() instead of mavenCentral()
Browse files Browse the repository at this point in the history
  • Loading branch information
Orhan Obut committed May 27, 2017
1 parent a3e7d3d commit 14e7cfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ subprojects { project ->

buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
Expand Down

0 comments on commit 14e7cfc

Please sign in to comment.