Skip to content

Commit c55a72b

Browse files
committed
【2020.7.11】【1.使用阿里云仓库】
1 parent 730dbc6 commit c55a72b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.gradle

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
buildscript {
44
repositories {
5-
google()
5+
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
66
jcenter()
7+
google()
78
}
89
dependencies {
910
classpath 'com.android.tools.build:gradle:3.5.3'
@@ -15,8 +16,9 @@ buildscript {
1516

1617
allprojects {
1718
repositories {
18-
google()
19+
maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'}
1920
jcenter()
21+
google()
2022
}
2123
}
2224

0 commit comments

Comments
 (0)