remove jcenter repository in build.gradle

This commit is contained in:
Wenqi Li 2023-05-05 23:06:47 +08:00
parent 6a68b22df0
commit 7ebbd66c53
2 changed files with 1 additions and 5 deletions

View File

@ -5,7 +5,6 @@ buildscript {
ext.kotlin_version = '1.7.10'
repositories {
google()
jcenter()
mavenCentral()
}
@ -18,7 +17,6 @@ buildscript {
rootProject.allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}
@ -42,4 +40,4 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
}

View File

@ -2,7 +2,6 @@ buildscript {
ext.kotlin_version = '1.7.10'
repositories {
google()
jcenter()
mavenCentral()
}
@ -15,7 +14,6 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}