Skip to content

Commit

Permalink
Merge pull request JessYanCoding#303 from liqvip/master
Browse files Browse the repository at this point in the history
【2020.7.11】【1.使用阿里云仓库】
  • Loading branch information
JessYanCoding authored Jul 15, 2020
2 parents 730dbc6 + c55a72b commit ee03f08
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,8 +2,9 @@

buildscript {
repositories {
google()
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
Expand All @@ -15,8 +16,9 @@ buildscript {

allprojects {
repositories {
google()
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
jcenter()
google()
}
}

Expand Down

0 comments on commit ee03f08

Please sign in to comment.