Skip to content

Commit

Permalink
release 7.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Oct 26, 2020
1 parent 1bbcc30 commit a819841
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 12 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,24 +54,24 @@
#### A、直接引入
```
//完整版引入
implementation 'com.shuyu:GSYVideoPlayer:7.1.6'
implementation 'com.shuyu:GSYVideoPlayer:7.1.7'
```

#### B、添加java和你想要的so支持:

```
implementation 'com.shuyu:gsyVideoPlayer-java:7.1.6'
implementation 'com.shuyu:gsyVideoPlayer-java:7.1.7'
//是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.6'
implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.7'
//根据你的需求ijk模式的so
implementation 'com.shuyu:gsyVideoPlayer-armv5:7.1.6'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:7.1.6'
implementation 'com.shuyu:gsyVideoPlayer-arm64:7.1.6'
implementation 'com.shuyu:gsyVideoPlayer-x64:7.1.6'
implementation 'com.shuyu:gsyVideoPlayer-x86:7.1.6'
implementation 'com.shuyu:gsyVideoPlayer-armv5:7.1.7'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:7.1.7'
implementation 'com.shuyu:gsyVideoPlayer-arm64:7.1.7'
implementation 'com.shuyu:gsyVideoPlayer-x64:7.1.7'
implementation 'com.shuyu:gsyVideoPlayer-x86:7.1.7'
```

Expand All @@ -81,13 +81,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。

```
implementation 'com.shuyu:gsyVideoPlayer-java:7.1.6'
implementation 'com.shuyu:gsyVideoPlayer-java:7.1.7'
//是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.6'
implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.7'
//更多ijk的编码支持
implementation 'com.shuyu:gsyVideoPlayer-ex_so:7.1.6'
implementation 'com.shuyu:gsyVideoPlayer-ex_so:7.1.7'
```

Expand Down Expand Up @@ -206,6 +206,11 @@ ExoSourceManager.setExoMediaSourceInterceptListener(new ExoMediaSourceInterceptL

## 五、近期版本

## 7.1.7 (2020-10-26)

* update support exoplayer 2.12.1
* fix #3016[#3009](https://github.com/CarGuo/GSYVideoPlayer/issues/3009)


## 7.1.6 (2020-09-08)

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ext {

imageLoader = '4.9.0'

gsyVideoVersion = '7.1.6'
gsyVideoVersion = '7.1.7'

exo_player2 = '2.12.1'

Expand Down
7 changes: 7 additions & 0 deletions doc/UPDATE_VERSION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。


## 7.1.7 (2020-10-26)

* update support exoplayer 2.12.1
* fix #3016[#3009](https://github.com/CarGuo/GSYVideoPlayer/issues/3009)


## 7.1.6 (2020-09-08)

* fix #2922 deprecated SkipSSLChain ,support api custom dataSource
Expand Down

0 comments on commit a819841

Please sign in to comment.