1 Star 0 Fork 0

云小飞/cordova-plugin-tic

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
repositories.gradle 1.08 KB
一键复制 编辑 原始数据 按行查看 历史
云小飞 提交于 2019-04-15 16:32 . 初始化,登录,加房间
// Allow plugins to declare Maven dependencies via build-extras.gradle.
allprojects {
repositories {
mavenCentral();
jcenter()
maven {url 'http://maven.aliyun.com/nexus/content/repositories/releases/'}
maven {url 'https://dl.bintray.com/polyv/android'}
}
}
configurations {
//在整个构建过程中排除com.aliyun.ams:alicloud-android-utdid
all*.exclude group: 'com.aliyun.ams', module: 'alicloud-android-utdid'
}
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'com.easefun.polyv:polyvPlayer:2.5.2'//SDK核心包
compile 'com.easefun.polyv:polyvPlayerABI:1.6.0'//SDK核心包
compile 'com.easefun.polyv:polyvDownload:2.5.0'//SDK下载功能
compile 'de.hdodenhof:circleimageview:2.2.0'//圆形imageview,音频封面图使用
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.5'//demo中图片使用
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/menhal/cordova-plugin-tic.git
git@gitee.com:menhal/cordova-plugin-tic.git
menhal
cordova-plugin-tic
cordova-plugin-tic
master

搜索帮助