Remove jcenter repository

This commit is contained in:
ByteHamster 2021-12-10 21:32:05 +01:00
parent 434cd2b79f
commit 593bc7e73d
1 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ buildscript {
google()
mavenCentral()
gradlePluginPortal()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
@ -18,7 +17,6 @@ allprojects {
google()
mavenCentral()
maven { url "https://jitpack.io" }
jcenter()
}
}