Do not use jcenter anymore

This commit is contained in:
Georg Krause 2021-09-16 12:08:29 +02:00
parent e67f7a787b
commit 363294ba6a
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ allprojects {
repositories {
google()
maven(url = "https://jitpack.io")
jcenter()
mavenCentral()
}
}

View File

@ -3,5 +3,5 @@ plugins {
}
repositories {
jcenter()
mavenCentral()
}