diff --git a/README.md b/README.md index 5ec7f7dc676f0c0b0d6addb1dcb7886cb6f00d16..7befb8dd43611f41b0477a47c9051357b1eb753f 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 331ac99ce80a941086eb9bdc20b381e62d52d312..bcf647940cc92e5ab4fe91dbca489613074e0f26 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 e99acefd5a5fc1c7af17b71248a807c35d56270e..165a4d57617f67bcb9a91f28eb0b641a11f5483f 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 4942fe8d9c4aa7767b6524f853a6952b89f19b75..e999f25965bb77864e33cb5e235c8f3080e51f6f 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 cd36353271d14abb5834e8681991f9acc7dc573f..c984172224e06bc8d8430652558f79536f35b20b 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 173af1fcc9860431699ef885d31f754012ec2826..d21e9c6a4e80f5da15ff57a06da43c2424f37816 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 4e88bced1247d3e06caeddf5c9e5e5c68534030a..4aea890ec5bc217e16a0fc8ef1644f3dbe8551cd 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')