remove "noinspection JCenterRepositoryObsolete"

This commit is contained in:
johan12345
2024-06-30 15:07:50 +02:00
parent a6bbf635c5
commit 5b0b4e4337

View File

@@ -24,7 +24,6 @@ allprojects {
repositories {
google()
mavenCentral()
//noinspection JcenterRepositoryObsolete
maven { setUrl("https://jitpack.io") }
}
}