Skip to content

Commit

Permalink
恢复jcenter地址
Browse files Browse the repository at this point in the history
  • Loading branch information
JinJieGu committed Jan 17, 2019
1 parent 8b0f2de commit 9f3c2d2
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 @@ -12,9 +12,9 @@ project.ext{
buildscript {
repositories {
google()
// jcenter()
maven{ url'http://maven.aliyun.com/nexus/content/groups/public/' }
maven{ url'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
jcenter()
// maven{ url'http://maven.aliyun.com/nexus/content/groups/public/' }
// maven{ url'http://maven.aliyun.com/nexus/content/repositories/jcenter'}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
Expand Down

0 comments on commit 9f3c2d2

Please sign in to comment.