Skip to content

Commit

Permalink
use oschina maven repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhounielin committed Nov 10, 2015
1 parent 30debea commit eb8d17b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

buildscript {
repositories {
jcenter()
// jcenter()
maven{ url 'http://maven.oschina.net/content/groups/public/'}
}
dependencies {
classpath 'com.android.tools.build:gradle:1.3.0'
Expand All @@ -14,7 +15,8 @@ buildscript {

allprojects {
repositories {
jcenter()
// jcenter()
maven{ url 'http://maven.oschina.net/content/groups/public/'}
}
}

Expand Down

0 comments on commit eb8d17b

Please sign in to comment.