集成云信推送SDK

This commit is contained in:
oujunhui
2020-07-30 14:11:19 +08:00
parent 0c0af14d51
commit 3d21b5f49a
6 changed files with 163 additions and 67 deletions

View File

@@ -13,7 +13,7 @@ buildscript {
maven { url 'https://jitpack.io' }
google()
jcenter()
maven {url 'https://developer.huawei.com/repo/'}
maven {url 'http://developer.huawei.com/repo/'}
}
dependencies {
@@ -38,7 +38,7 @@ allprojects {
maven { url "http://mvn.mob.com/android" }
maven { url 'https://dl.bintray.com/umsdk/release' }
maven { url 'https://dl.bintray.com/linkedme2016/lkme-deeplinks' }
maven { url 'https://developer.huawei.com/repo/'}
maven { url 'http://developer.huawei.com/repo/' }
}
//网络慢的话就去 https://maven.aliyun.com/mvn/view 里面找个代理的仓库。
}