Skip to content

Commit

Permalink
修改repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhihang committed Jul 9, 2019
1 parent a6325bb commit 1db6a99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ sourceCompatibility = 1.8

repositories {
mavenLocal()
maven {
url "https://maven.aliyun.com/repository/public"
}
maven { url "https://maven.aliyun.com/repository/public" }
mavenCentral()
jcenter()
}

dependencies {
Expand Down

0 comments on commit 1db6a99

Please sign in to comment.