Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jiajunhui authored Dec 5, 2020
1 parent 640f650 commit 773d892
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
dependencies {
//该依赖仅包含MediaPlayer解码
implementation 'com.kk.taurus.playerbase:playerbase:3.4.0'
implementation 'com.kk.taurus.playerbase:playerbase:3.4.1'
}
```
Expand All @@ -46,7 +46,7 @@ dependencies {
//该依赖包含exoplayer解码和MediaPlayer解码
//注意exoplayer的最小支持SDK版本为16
implementation 'cn.jiajunhui:exoplayer:340_2120_016'
implementation 'cn.jiajunhui:exoplayer:341_2122_017'
}
```
Expand All @@ -57,7 +57,7 @@ dependencies {
dependencies {
//该依赖包含ijkplayer解码和MediaPlayer解码
implementation 'cn.jiajunhui:ijkplayer:340_088_011'
implementation 'cn.jiajunhui:ijkplayer:341_088_012'
//ijk官方的解码库依赖,较少格式版本且不支持HTTPS。
implementation 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.8'
# Other ABIs: optional
Expand Down

0 comments on commit 773d892

Please sign in to comment.