diff --git a/README.md b/README.md index a81fedf0a99363444678cb2bc1aee0d85a18f90c..e5ac70482c60ba14ff9580dc80b56fa605c6ee3d 100644 --- a/README.md +++ b/README.md @@ -54,24 +54,24 @@ #### A、直接引入 ``` //完整版引入 -implementation 'com.shuyu:GSYVideoPlayer:7.1.8' +implementation 'com.shuyu:GSYVideoPlayer:8.0.0' ``` #### B、添加java和你想要的so支持: ``` -implementation 'com.shuyu:gsyVideoPlayer-java:7.1.8' +implementation 'com.shuyu:gsyVideoPlayer-java:8.0.0' //是否需要ExoPlayer模式 -implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.8' +implementation 'com.shuyu:GSYVideoPlayer-exo2:8.0.0' //根据你的需求ijk模式的so -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' +implementation 'com.shuyu:gsyVideoPlayer-armv5:8.0.0' +implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.0.0' +implementation 'com.shuyu:gsyVideoPlayer-arm64:8.0.0' +implementation 'com.shuyu:gsyVideoPlayer-x64:8.0.0' +implementation 'com.shuyu:gsyVideoPlayer-x86:8.0.0' ``` @@ -81,13 +81,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -implementation 'com.shuyu:gsyVideoPlayer-java:7.1.8' +implementation 'com.shuyu:gsyVideoPlayer-java:8.0.0' //是否需要ExoPlayer模式 -implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.8' +implementation 'com.shuyu:GSYVideoPlayer-exo2:8.0.0' //更多ijk的编码支持 -implementation 'com.shuyu:gsyVideoPlayer-ex_so:7.1.8' +implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.0.0' ``` @@ -206,6 +206,12 @@ ExoSourceManager.setExoMediaSourceInterceptListener(new ExoMediaSourceInterceptL ## 五、近期版本 + +## 8.0.0 (2020-12-01) + +* fix #3040 CommonUtil 获取网络信息空指针异常 +* update ijk to FFMPEG 4.0 + ## 7.1.8 (2020-10-26) * update support exoplayer 2.12.1 @@ -241,27 +247,6 @@ ExoSourceManager.setExoMediaSourceInterceptListener(new ExoMediaSourceInterceptL }); ``` - -## 7.1.5 (2020-07-30) - -* fix #2625 add WeakReference -* fix auto full issue -* fix #2813、#2753、#2766 - - -## 7.1.4 (2020-05-14) - -* fix #2719 support Exo User-Agent -* fix #2559 -* update ex_so lib -* fix proxy cache support Android Q -* proxy cache skip ssl error -* add ProxyCacheManager support DEFAULT_MAX_SIZE -* add ProxyCacheManager FileNameGenerator support custom cache file name -* add touchLongPress Api - - - ### 非 androidx 版本为 6.0.3 以下版本。更多兼容版本请查阅版本更新。 ### 更多版本请查阅:[版本更新说明](https://github.com/CarGuo/GSYVideoPlayer/blob/master/doc/UPDATE_VERSION.md) diff --git a/doc/DEPENDENCIES.md b/doc/DEPENDENCIES.md index 2a469f6a1e8f54395c796a32a160a728e85f2670..443e2bf9b17d77380087afc9205f1b7562445c8b 100644 --- a/doc/DEPENDENCIES.md +++ b/doc/DEPENDENCIES.md @@ -10,24 +10,24 @@ #### A、直接引入 ``` //完整版引入 -implementation 'com.shuyu:GSYVideoPlayer:7.1.2' +implementation 'com.shuyu:GSYVideoPlayer:8.0.0' ``` #### B、添加java和你想要的so支持: ``` -implementation 'com.shuyu:gsyVideoPlayer-java:7.1.2' +implementation 'com.shuyu:gsyVideoPlayer-java:8.0.0' //是否需要ExoPlayer模式 -implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.2' +implementation 'com.shuyu:GSYVideoPlayer-exo2:8.0.0' //根据你的需求ijk模式的so -implementation 'com.shuyu:gsyVideoPlayer-armv5:7.1.2' -implementation 'com.shuyu:gsyVideoPlayer-armv7a:7.1.2' -implementation 'com.shuyu:gsyVideoPlayer-arm64:7.1.2' -implementation 'com.shuyu:gsyVideoPlayer-x64:7.1.2' -implementation 'com.shuyu:gsyVideoPlayer-x86:7.1.2' +implementation 'com.shuyu:gsyVideoPlayer-armv5:8.0.0' +implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.0.0' +implementation 'com.shuyu:gsyVideoPlayer-arm64:8.0.0' +implementation 'com.shuyu:gsyVideoPlayer-x64:8.0.0' +implementation 'com.shuyu:gsyVideoPlayer-x86:8.0.0' ``` @@ -37,13 +37,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -implementation 'com.shuyu:gsyVideoPlayer-java:7.1.2' +implementation 'com.shuyu:gsyVideoPlayer-java:8.0.0' //是否需要ExoPlayer模式 -implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.2' +implementation 'com.shuyu:GSYVideoPlayer-exo2:8.0.0' //更多ijk的编码支持 -implementation 'com.shuyu:gsyVideoPlayer-ex_so:7.1.2' +implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.0.0' ``` diff --git a/doc/UPDATE_VERSION.md b/doc/UPDATE_VERSION.md index 7efdf361a10263bd3cb264fa208cc09e3302407a..2a57d4498e85684304837d499247e199fa5f41ad 100644 --- a/doc/UPDATE_VERSION.md +++ b/doc/UPDATE_VERSION.md @@ -1,5 +1,9 @@ ## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。 +## 8.0.0 (2020-12-01) + +* fix #3040 CommonUtil 获取网络信息空指针异常 +* update ijk to FFMPEG 4.0 ## 7.1.8 (2020-10-26) diff --git a/gradle.properties b/gradle.properties index cd0dce3204d4ec50fbda8ea488e03efc407ce3ea..4a206452a1c3e911b3d42310819476848a695eee 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx2048m BINTRAY_USER=carguo BINTRAY_KEY= PROJ_GROUP=com.shuyu -PROJ_VERSION=7.1.8 +PROJ_VERSION=8.0.0 PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer PROJ_ISSUETRACKERURL= PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git