移除无用的ijkplayer依赖

This commit is contained in:
张玉久
2020-08-04 15:59:34 +08:00
parent d63f5f5ab2
commit d01bc1e2d1

View File

@ -266,6 +266,7 @@ dependencies {
// for video streaming
implementation("com.shuyu:gsyVideoPlayer-java:$gsyVideo", {
exclude module: "gsyvideoplayer-androidvideocache"
exclude group: "tv.danmaku.ijk.media"
})
implementation "com.shuyu:GSYVideoPlayer-exo2:$gsyVideo"