replace jcenter with maven central

This commit is contained in:
X1nto 2021-10-08 16:04:50 +04:00
parent 02f7fe62ba
commit b1a51f837f
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ buildscript {
val kotlinVersion by extra("1.5.30")
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@ -23,7 +23,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven(url = "https://jitpack.io")
}
}