Remove jcenter repository
This commit is contained in:
parent
434cd2b79f
commit
593bc7e73d
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue