File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
55buildscript {
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 ) {
You can’t perform that action at this time.
0 commit comments