Merge pull request #5843 from TeamNewPipe/jcenter

Remove JCenter when possible
This commit is contained in:
litetex 2021-11-12 20:53:29 +01:00 committed by GitHub
commit e39a816bdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ buildscript {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:7.0.3' classpath 'com.android.tools.build:gradle:7.0.3'
@ -20,7 +19,6 @@ allprojects {
repositories { repositories {
google() google()
mavenCentral() mavenCentral()
jcenter()
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
maven { url "https://clojars.org/repo" } maven { url "https://clojars.org/repo" }
} }