Skip to content

Commit 773d892

Browse files
authored
Update README.md
1 parent 640f650 commit 773d892

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
dependencies {
3535
3636
//该依赖仅包含MediaPlayer解码
37-
implementation 'com.kk.taurus.playerbase:playerbase:3.4.0'
37+
implementation 'com.kk.taurus.playerbase:playerbase:3.4.1'
3838
3939
}
4040
```
@@ -46,7 +46,7 @@ dependencies {
4646
4747
//该依赖包含exoplayer解码和MediaPlayer解码
4848
//注意exoplayer的最小支持SDK版本为16
49-
implementation 'cn.jiajunhui:exoplayer:340_2120_016'
49+
implementation 'cn.jiajunhui:exoplayer:341_2122_017'
5050
5151
}
5252
```
@@ -57,7 +57,7 @@ dependencies {
5757
dependencies {
5858
5959
//该依赖包含ijkplayer解码和MediaPlayer解码
60-
implementation 'cn.jiajunhui:ijkplayer:340_088_011'
60+
implementation 'cn.jiajunhui:ijkplayer:341_088_012'
6161
//ijk官方的解码库依赖,较少格式版本且不支持HTTPS。
6262
implementation 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.8'
6363
# Other ABIs: optional

0 commit comments

Comments
 (0)