Skip to content

Commit fc9bc7b

Browse files
committed
gradle修改
1 parent 071ebc7 commit fc9bc7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ import java.util.function.Consumer
33
// Top-level build file where you can add configuration options common to all sub-projects/modules.
44

55
buildscript {
6-
ext.kotlin_version = '1.4.32'
6+
ext.kotlin_version = '1.5.30'
77
ext.immersionbar_version = '3.2.2'
88
repositories {
99
maven { url 'https://maven.aliyun.com/repository/central' }
1010
maven { url 'https://maven.aliyun.com/repository/public' }
1111
mavenCentral()
1212
google()
13-
jcenter()
13+
// jcenter()
1414
}
1515
dependencies {
1616

@@ -27,7 +27,7 @@ allprojects {
2727
maven { url 'https://maven.aliyun.com/repository/public' }
2828
mavenCentral()
2929
google()
30-
jcenter()
30+
// jcenter()
3131
maven { url 'https://jitpack.io' }
3232
}
3333
tasks.withType(Javadoc) {

0 commit comments

Comments
 (0)