Merge pull request #5592 from ByteHamster/remove-jcenter

Remove jcenter repository
This commit is contained in:
ByteHamster 2021-12-11 08:08:20 +01:00 committed by GitHub
commit eea0e9930d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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()
}
}