File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
dependencies {
35
35
36
36
//该依赖仅包含MediaPlayer解码
37
- implementation 'com.kk.taurus.playerbase:playerbase:3.4.0 '
37
+ implementation 'com.kk.taurus.playerbase:playerbase:3.4.1 '
38
38
39
39
}
40
40
```
@@ -46,7 +46,7 @@ dependencies {
46
46
47
47
//该依赖包含exoplayer解码和MediaPlayer解码
48
48
//注意exoplayer的最小支持SDK版本为16
49
- implementation 'cn.jiajunhui:exoplayer:340_2120_016 '
49
+ implementation 'cn.jiajunhui:exoplayer:341_2122_017 '
50
50
51
51
}
52
52
```
@@ -57,7 +57,7 @@ dependencies {
57
57
dependencies {
58
58
59
59
//该依赖包含ijkplayer解码和MediaPlayer解码
60
- implementation 'cn.jiajunhui:ijkplayer:340_088_011 '
60
+ implementation 'cn.jiajunhui:ijkplayer:341_088_012 '
61
61
//ijk官方的解码库依赖,较少格式版本且不支持HTTPS。
62
62
implementation 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.8'
63
63
# Other ABIs: optional
You can’t perform that action at this time.
0 commit comments