Remove usages of jcenter() Maven repository
This repository is deprecated and it will be shut down in the future. See http://developer.android.com/r/tools/jcenter-end-of-service for more information. JCenter will be able to resolve dependencies until February 1, 2022 without changes. After that date, there are no guarantees that you will be able to build your software if you continue to use JCenter. See https://blog.gradle.org/jcenter-shutdown for more information. Change-Id: I9bc875e0b9380a254d91481860f5efb4281c0840
This commit is contained in:
parent
a6962e774d
commit
5269ef768e
1 changed files with 0 additions and 4 deletions
|
|
@ -9,8 +9,6 @@ buildscript {
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
//noinspection JcenterRepositoryObsolete
|
|
||||||
jcenter()
|
|
||||||
google()
|
google()
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
@ -33,8 +31,6 @@ apply from: 'gradle/dependencies.gradle'
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
//noinspection JcenterRepositoryObsolete
|
|
||||||
jcenter()
|
|
||||||
google()
|
google()
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue