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:
Michael Bestas 2021-08-25 18:19:59 +03:00
parent a6962e774d
commit 5269ef768e
No known key found for this signature in database
GPG key ID: CC95044519BE6669

View file

@ -9,8 +9,6 @@ buildscript {
repositories {
mavenCentral()
//noinspection JcenterRepositoryObsolete
jcenter()
google()
}
dependencies {
@ -33,8 +31,6 @@ apply from: 'gradle/dependencies.gradle'
allprojects {
repositories {
mavenCentral()
//noinspection JcenterRepositoryObsolete
jcenter()
google()
maven { url 'https://jitpack.io' }
}