RIP jcenter.

This commit is contained in:
Tobias Preuss 2022-09-02 17:11:56 +02:00 committed by GitHub
parent ad43f3b881
commit 88c1297868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,6 @@ buildscript {
mavenCentral()
google()
maven { url "https://plugins.gradle.org/m2/" }
jcenter()
}
dependencies {
@ -80,7 +79,6 @@ subprojects {
repositories {
mavenCentral()
google()
jcenter()
maven { url 'https://jitpack.io' }
}