Remove jcenter repo from gradle files

This commit is contained in:
Torsten Grote
2022-10-31 09:50:16 -03:00
parent 904355b0a6
commit 4b792ff040

View File

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