Reduce dependencies on Bintray/jcenter

Bintray/JCenter have been deprecated, so remove some references have been removed.
This commit is contained in:
Carter Jernigan 2021-08-24 15:06:28 -04:00
parent 73ea4c4db4
commit cfb6e154f2
2 changed files with 4 additions and 8 deletions

View File

@ -10,7 +10,6 @@ buildscript {
mavenLocal()
google()
mavenCentral()
jcenter()
maven {
url 'https://jitpack.io'
}
@ -48,7 +47,6 @@ apply plugin: 'com.vanniktech.maven.publish'
repositories {
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
}

View File

@ -2,10 +2,10 @@
buildscript {
ext.kotlin_version = '1.4.0'
ext.kotlin_version = '1.5.30'
repositories {
google ()
jcenter()
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.1'
@ -20,11 +20,9 @@ allprojects {
repositories {
mavenLocal()
google()
mavenCentral()
jcenter()
maven { url 'https://jitpack.io' }
maven {
url "https://dl.bintray.com/ecc-mobile/android"
}
}
}