代码拉取完成,页面将自动刷新
// 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中图片使用
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。