Remove jcenter repository

This commit is contained in:
Jarne Demeulemeester 2021-05-29 11:27:14 +02:00
parent 988179de6f
commit aea5c459c1
No known key found for this signature in database
GPG key ID: 60884A0C1EBA43E5

View file

@ -18,7 +18,6 @@ allprojects {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
} }
} }