新增无界语音直播SDK

This commit is contained in:
huangjian
2021-04-15 18:45:27 +08:00
committed by zu
parent 182ae72d64
commit cc54f69852
31 changed files with 1702 additions and 194 deletions

View File

@@ -41,6 +41,13 @@ allprojects {
maven { url 'https://repo1.maven.org/maven2/' }
maven { url 'https://dl.bintray.com/linkedme2016/lkme-deeplinks' }
maven { url 'http://developer.huawei.com/repo/' }
maven(){
url 'http://sdk-repository.wujiehh.com:8081/repository/WJHD/'
credentials {
username = 'wjhd'
password = 'WV9#i%C3e@p$jtPyU*ds^VUp317koE1Y'
}
}
}
//网络慢的话就去 https://maven.aliyun.com/mvn/view 里面找个代理的仓库。
}