Skip to content

Commit 4895dff

Browse files
修改编译配置, 试图加快编译速度;
1 parent 79fd91f commit 4895dff

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

android/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ buildscript {
22
ext.kotlin_version = '1.6.10'
33

44
repositories {
5+
maven { url 'https://maven.aliyun.com/repository/public/' }
6+
maven { url 'https://maven.aliyun.com/repository/google' }
57
mavenLocal()
68
mavenCentral()
7-
maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven-public/' }
89
}
910

1011
dependencies {
@@ -15,9 +16,10 @@ buildscript {
1516

1617
allprojects {
1718
repositories {
19+
maven { url 'https://maven.aliyun.com/repository/public/' }
20+
maven { url 'https://maven.aliyun.com/repository/google' }
1821
mavenLocal()
1922
mavenCentral()
20-
maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven-public/' }
2123
}
2224
}
2325

0 commit comments

Comments
 (0)