We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640f650 commit 773d892Copy full SHA for 773d892
1 file changed
README.md
@@ -34,7 +34,7 @@
34
dependencies {
35
36
//该依赖仅包含MediaPlayer解码
37
- implementation 'com.kk.taurus.playerbase:playerbase:3.4.0'
+ implementation 'com.kk.taurus.playerbase:playerbase:3.4.1'
38
39
}
40
```
@@ -46,7 +46,7 @@ dependencies {
46
47
//该依赖包含exoplayer解码和MediaPlayer解码
48
//注意exoplayer的最小支持SDK版本为16
49
- implementation 'cn.jiajunhui:exoplayer:340_2120_016'
+ implementation 'cn.jiajunhui:exoplayer:341_2122_017'
50
51
52
@@ -57,7 +57,7 @@ dependencies {
57
58
59
//该依赖包含ijkplayer解码和MediaPlayer解码
60
- implementation 'cn.jiajunhui:ijkplayer:340_088_011'
+ implementation 'cn.jiajunhui:ijkplayer:341_088_012'
61
//ijk官方的解码库依赖,较少格式版本且不支持HTTPS。
62
implementation 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.8'
63
# Other ABIs: optional
0 commit comments