... | @@ -7,8 +7,7 @@ allprojects { |
... | @@ -7,8 +7,7 @@ allprojects { |
|
repositories {
|
|
repositories {
|
|
google()
|
|
google()
|
|
jcenter()
|
|
jcenter()
|
|
//以下两个必须配置
|
|
//以下必须配置
|
|
maven {url 'https://dl.bintray.com/bokecc/maven'}
|
|
|
|
maven {url 'http://nexus-app.bokecc.com/repository/sdk-group/'}
|
|
maven {url 'http://nexus-app.bokecc.com/repository/sdk-group/'}
|
|
//使用投屏功能时添加此配置,不使用不需要
|
|
//使用投屏功能时添加此配置,不使用不需要
|
|
maven { url 'http://4thline.org/m2'}
|
|
maven { url 'http://4thline.org/m2'}
|
... | @@ -27,11 +26,11 @@ dependencies { |
... | @@ -27,11 +26,11 @@ dependencies { |
|
//使用DWIjkMediaPlayer 倍速播放器引入
|
|
//使用DWIjkMediaPlayer 倍速播放器引入
|
|
implementation 'com.bokecc:hdplayer:1.1.0_lite'
|
|
implementation 'com.bokecc:hdplayer:1.1.0_lite'
|
|
//上传视频时使用压缩功能时需要引用
|
|
//上传视频时使用压缩功能时需要引用
|
|
implementation 'com.bokecc:compressvideo:1.0.0'
|
|
implementation 'com.bokecc:CompressVideoLib:1.0.0'
|
|
//使用Vr播放功能时需要引入
|
|
//使用Vr播放功能时需要引入
|
|
implementation 'com.bokecc:vrplay:1.0.0'
|
|
implementation 'com.bokecc:VrPlayLib:1.0.0'
|
|
//使用投屏功能需要引用
|
|
//使用投屏功能需要引用
|
|
implementation 'com.bokecc:projection:1.7.0'
|
|
implementation 'com.bokecc:ProjectionLib:1.7.0'
|
|
//弹幕
|
|
//弹幕
|
|
implementation 'com.github.ctiao:DanmakuFlameMaster:0.9.25'
|
|
implementation 'com.github.ctiao:DanmakuFlameMaster:0.9.25'
|
|
|
|
|
... | | ... | |