From 48f41e857c3ac08738c39549d02fa1fa8b98d95b Mon Sep 17 00:00:00 2001 From: guoshuyu <359369982@qq.com> Date: Mon, 15 Mar 2021 19:47:15 +0800 Subject: [PATCH] release 8.1.1 --- README.md | 26 +++++++++++--------- dependencies.gradle | 2 +- doc/DEPENDENCIES.md | 42 ++++++++++++++++---------------- doc/UPDATE_VERSION.md | 4 +++ gradle.properties | 4 +-- gsyVideoPlayer-java/build.gradle | 4 +-- gsyVideoPlayer/build.gradle | 2 +- 7 files changed, 46 insertions(+), 38 deletions(-) diff --git a/README.md b/README.md index 5ec7f7d..7befb8d 100644 --- a/README.md +++ b/README.md @@ -55,24 +55,24 @@ #### A、直接引入 ``` //完整版引入 -implementation 'com.shuyu:GSYVideoPlayer:8.1.0' +implementation 'com.shuyu:GSYVideoPlayer:8.1.1' ``` #### B、添加java和你想要的so支持: ``` -implementation 'com.shuyu:gsyVideoPlayer-java:8.1.0' +implementation 'com.shuyu:gsyVideoPlayer-java:8.1.1' //是否需要ExoPlayer模式 -implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.0' +implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.1' //根据你的需求ijk模式的so -implementation 'com.shuyu:gsyVideoPlayer-armv5:8.1.0' -implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.1.0' -implementation 'com.shuyu:gsyVideoPlayer-arm64:8.1.0' -implementation 'com.shuyu:gsyVideoPlayer-x64:8.1.0' -implementation 'com.shuyu:gsyVideoPlayer-x86:8.1.0' +implementation 'com.shuyu:gsyVideoPlayer-armv5:8.1.1' +implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.1.1' +implementation 'com.shuyu:gsyVideoPlayer-arm64:8.1.1' +implementation 'com.shuyu:gsyVideoPlayer-x64:8.1.1' +implementation 'com.shuyu:gsyVideoPlayer-x86:8.1.1' ``` @@ -82,13 +82,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -implementation 'com.shuyu:gsyVideoPlayer-java:8.1.0' +implementation 'com.shuyu:gsyVideoPlayer-java:8.1.1' //是否需要ExoPlayer模式 -implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.0' +implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.1' //更多ijk的编码支持 -implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.1.0' +implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.1.1' ``` @@ -207,6 +207,10 @@ ExoSourceManager.setExoMediaSourceInterceptListener(new ExoMediaSourceInterceptL ## 五、近期版本 +## 8.1.0 (2020-03-15) + +* #3174 fix HostnameVerifier for google play + ## 8.1.0 (2020-02-02) diff --git a/dependencies.gradle b/dependencies.gradle index 331ac99..bcf6479 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -33,7 +33,7 @@ ext { imageLoader = '4.9.0' - gsyVideoVersion = '8.1.0' + gsyVideoVersion = '8.1.1' exo_player2 = '2.12.1' diff --git a/doc/DEPENDENCIES.md b/doc/DEPENDENCIES.md index e99acef..165a4d5 100644 --- a/doc/DEPENDENCIES.md +++ b/doc/DEPENDENCIES.md @@ -10,24 +10,24 @@ #### A、直接引入 ``` //完整版引入 -implementation 'com.shuyu:GSYVideoPlayer:8.1.0' +implementation 'com.shuyu:GSYVideoPlayer:8.1.1' ``` #### B、添加java和你想要的so支持: ``` -implementation 'com.shuyu:gsyVideoPlayer-java:8.1.0' +implementation 'com.shuyu:gsyVideoPlayer-java:8.1.1' //是否需要ExoPlayer模式 -implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.0' +implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.1' //根据你的需求ijk模式的so -implementation 'com.shuyu:gsyVideoPlayer-armv5:8.1.0' -implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.1.0' -implementation 'com.shuyu:gsyVideoPlayer-arm64:8.1.0' -implementation 'com.shuyu:gsyVideoPlayer-x64:8.1.0' -implementation 'com.shuyu:gsyVideoPlayer-x86:8.1.0' +implementation 'com.shuyu:gsyVideoPlayer-armv5:8.1.1' +implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.1.1' +implementation 'com.shuyu:gsyVideoPlayer-arm64:8.1.1' +implementation 'com.shuyu:gsyVideoPlayer-x64:8.1.1' +implementation 'com.shuyu:gsyVideoPlayer-x86:8.1.1' ``` @@ -37,13 +37,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -implementation 'com.shuyu:gsyVideoPlayer-java:8.1.0' +implementation 'com.shuyu:gsyVideoPlayer-java:8.1.1' //是否需要ExoPlayer模式 -implementatcon 'com.shuyu:GSYVideoPlayer-exo2:8.1.0' +implementatcon 'com.shuyu:GSYVideoPlayer-exo2:8.1.1' //更多ijk的编码支持 -implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.1.0' +implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.1.1' ``` @@ -69,7 +69,7 @@ allprojects { #### A、直接引入 ``` //完整版引入 -implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.1.0' +implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.1.1' ``` @@ -78,15 +78,15 @@ implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.1.0' ``` -implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.0' +implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.1' -implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-exo2:v8.1.0' +implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-exo2:v8.1.1' -implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v8.1.0' -implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v8.1.0' -implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v8.1.0' -implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v8.1.0' -implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-base:v8.1.0' +implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v8.1.1' +implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v8.1.1' +implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v8.1.1' +implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v8.1.1' +implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-base:v8.1.1' ``` @@ -98,8 +98,8 @@ C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变 ``` -implementatcon 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.0' +implementatcon 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.1' -implementatcon 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v8.1.0' +implementatcon 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v8.1.1' ``` diff --git a/doc/UPDATE_VERSION.md b/doc/UPDATE_VERSION.md index 4942fe8..e999f25 100644 --- a/doc/UPDATE_VERSION.md +++ b/doc/UPDATE_VERSION.md @@ -1,6 +1,10 @@ ## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。 +## 8.1.0 (2020-03-15) + +* #3174 fix HostnameVerifier for google play + ## 8.1.0 (2020-02-02) * fix #3126 crash arm64 with Android11 diff --git a/gradle.properties b/gradle.properties index cd36353..c984172 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,9 +16,9 @@ org.gradle.jvmargs=-Xmx2048m # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true BINTRAY_USER=carguo -BINTRAY_KEY= +BINTRAY_KEY=afdb8762b507a0a04c24d6b2a56e4fc51f96f5e0 PROJ_GROUP=com.shuyu -PROJ_VERSION=8.1.0 +PROJ_VERSION=8.1.1 PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer PROJ_ISSUETRACKERURL= PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git diff --git a/gsyVideoPlayer-java/build.gradle b/gsyVideoPlayer-java/build.gradle index 173af1f..d21e9c6 100644 --- a/gsyVideoPlayer-java/build.gradle +++ b/gsyVideoPlayer-java/build.gradle @@ -40,10 +40,10 @@ dependencies { api viewDependencies.ijkplayer_java api viewDependencies.ijkplayer_exo api viewDependencies.transitionseverywhere - api project(':gsyVideoPlayer-proxy_cache') + //api project(':gsyVideoPlayer-proxy_cache') //api project(':gsyVideoPlayer-base') api "com.shuyu:gsyVideoPlayer-base:$gsyVideoVersion" - //api "com.shuyu:gsyvideoplayer-androidvideocache:$gsyVideoVersion" + api "com.shuyu:gsyvideoplayer-androidvideocache:$gsyVideoVersion" } diff --git a/gsyVideoPlayer/build.gradle b/gsyVideoPlayer/build.gradle index 4e88bce..4aea890 100644 --- a/gsyVideoPlayer/build.gradle +++ b/gsyVideoPlayer/build.gradle @@ -35,7 +35,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) // - api project(':gsyVideoPlayer-java') +// api project(':gsyVideoPlayer-java') // api project(':gsyVideoPlayer-exo_player2') // api project(':gsyVideoPlayer-armv5') // api project(':gsyVideoPlayer-armv7a') -- GitLab