Removed jcentral dependencies

Replaced them with mavenCentral
This commit is contained in:
OMGeeky
2022-06-07 20:53:04 +02:00
parent f95b8e1c9d
commit 32c7de16fe

View File

@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
@@ -11,7 +11,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}