Skip to content

Commit

Permalink
Add alibaba's jcenter repository address.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanzhenjie committed Oct 14, 2019
1 parent f0a9b26 commit 803255f
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 @@ -3,8 +3,9 @@ apply from: "config.gradle"
buildscript {

repositories {
jcenter()
google()
jcenter { url 'https://maven.aliyun.com/repository/jcenter' }
jcenter()
}

dependencies {
Expand All @@ -16,8 +17,9 @@ buildscript {

allprojects {
repositories {
jcenter()
google()
jcenter { url 'https://maven.aliyun.com/repository/jcenter' }
jcenter()
}
}

Expand Down

0 comments on commit 803255f

Please sign in to comment.