移除jcenter(跑路了)

This commit is contained in:
huangjian
2021-05-06 11:42:42 +08:00
committed by zu
parent c1f5f9795d
commit 19715d47ae

View File

@@ -12,8 +12,10 @@ buildscript {
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://jitpack.io' }
google()
jcenter()
maven {url 'http://developer.huawei.com/repo/'}
maven { url "http://mvn.mob.com/android" }
maven { url 'https://dl.bintray.com/umsdk/release' }
maven { url 'https://dl.bintray.com/linkedme2016/lkme-deeplinks' }
}
dependencies {
@@ -31,7 +33,6 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://jitpack.io' }