Migrate jcenter to mavenCentral
[Why] JFrog made JCenter a read-only repository on March 31, 2021. [How] Migrate JCenter to Maven Central. Reference: https://developer.android.com/build/jcenter-migration
This commit is contained in:
parent
9578a603e8
commit
5e24e0ca15
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:7.0.0'
|
||||
|
|
@ -21,7 +21,7 @@ buildscript {
|
|||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue