update umeng sdk

This commit is contained in:
huangjian
2021-06-03 18:36:12 +08:00
committed by zu
parent 290212a59f
commit ef630e6da9
6 changed files with 10 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ buildscript {
mavenCentral()
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://repo1.maven.org/maven2/' }
maven { url 'https://dl.bintray.com/linkedme2016/lkme-deeplinks' }
}
@@ -38,7 +38,7 @@ allprojects {
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://jitpack.io' }
maven { url "http://mvn.mob.com/android" }
maven { url 'https://dl.bintray.com/umsdk/release' }
maven { url 'https://repo1.maven.org/maven2/' }
maven { url 'https://dl.bintray.com/linkedme2016/lkme-deeplinks' }
maven { url 'http://developer.huawei.com/repo/' }
}