From 5248d07e02e1d1e5e4773f1ebc8d2b71014f0f23 Mon Sep 17 00:00:00 2001 From: guoshuyu <359369982@qq.com> Date: Mon, 26 Oct 2020 16:11:02 +0800 Subject: [PATCH] release 7.1.7 --- README.md | 24 ++++++++++++------------ dependencies.gradle | 2 +- doc/UPDATE_VERSION.md | 2 +- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index e6d4923..a81fedf 100644 --- a/README.md +++ b/README.md @@ -54,24 +54,24 @@ #### A、直接引入 ``` //完整版引入 -implementation 'com.shuyu:GSYVideoPlayer:7.1.7' +implementation 'com.shuyu:GSYVideoPlayer:7.1.8' ``` #### B、添加java和你想要的so支持: ``` -implementation 'com.shuyu:gsyVideoPlayer-java:7.1.7' +implementation 'com.shuyu:gsyVideoPlayer-java:7.1.8' //是否需要ExoPlayer模式 -implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.7' +implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.8' //根据你的需求ijk模式的so -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' +implementation 'com.shuyu:gsyVideoPlayer-armv5:7.1.8' +implementation 'com.shuyu:gsyVideoPlayer-armv7a:7.1.8' +implementation 'com.shuyu:gsyVideoPlayer-arm64:7.1.8' +implementation 'com.shuyu:gsyVideoPlayer-x64:7.1.8' +implementation 'com.shuyu:gsyVideoPlayer-x86:7.1.8' ``` @@ -81,13 +81,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -implementation 'com.shuyu:gsyVideoPlayer-java:7.1.7' +implementation 'com.shuyu:gsyVideoPlayer-java:7.1.8' //是否需要ExoPlayer模式 -implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.7' +implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.8' //更多ijk的编码支持 -implementation 'com.shuyu:gsyVideoPlayer-ex_so:7.1.7' +implementation 'com.shuyu:gsyVideoPlayer-ex_so:7.1.8' ``` @@ -206,7 +206,7 @@ ExoSourceManager.setExoMediaSourceInterceptListener(new ExoMediaSourceInterceptL ## 五、近期版本 -## 7.1.7 (2020-10-26) +## 7.1.8 (2020-10-26) * update support exoplayer 2.12.1 * fix #3016、[#3009](https://github.com/CarGuo/GSYVideoPlayer/issues/3009) diff --git a/dependencies.gradle b/dependencies.gradle index 977dd01..8076de6 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -33,7 +33,7 @@ ext { imageLoader = '4.9.0' - gsyVideoVersion = '7.1.7' + gsyVideoVersion = '7.1.8' exo_player2 = '2.12.1' diff --git a/doc/UPDATE_VERSION.md b/doc/UPDATE_VERSION.md index 7d8cbfd..7efdf36 100644 --- a/doc/UPDATE_VERSION.md +++ b/doc/UPDATE_VERSION.md @@ -1,7 +1,7 @@ ## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。 -## 7.1.7 (2020-10-26) +## 7.1.8 (2020-10-26) * update support exoplayer 2.12.1 * fix #3016、[#3009](https://github.com/CarGuo/GSYVideoPlayer/issues/3009) -- GitLab