Skip to content

Commit

Permalink
Modify url of repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanzhenjie committed Mar 17, 2020
1 parent 1eb2f4e commit 4581ce2
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
apply from: "config.gradle"

buildscript {

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

dependencies {
Expand All @@ -18,10 +16,9 @@ buildscript {

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

Expand Down

0 comments on commit 4581ce2

Please sign in to comment.