diff --git a/README.md b/README.md index 6029526d5353b8a50ec4e8b4f6d152cbc62fc712..a3b99ac8d189018f50770b59044380d5718f522c 100644 --- a/README.md +++ b/README.md @@ -34,21 +34,21 @@ #### A、直接引入 ``` //完整版引入 -compile 'com.shuyu:GSYVideoPlayer:2.0.5' +compile 'com.shuyu:GSYVideoPlayer:2.0.6' ``` #### B、添加java和你想要的so支持: ``` -compile 'com.shuyu:gsyVideoPlayer-java:2.0.5' +compile 'com.shuyu:gsyVideoPlayer-java:2.0.6' //根据你的需求 -compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.5' -compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.5' -compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.5' -compile 'com.shuyu:gsyVideoPlayer-x64:2.0.5' -compile 'com.shuyu:gsyVideoPlayer-x86:2.0.5' +compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.6' +compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.6' +compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.6' +compile 'com.shuyu:gsyVideoPlayer-x64:2.0.6' +compile 'com.shuyu:gsyVideoPlayer-x86:2.0.6' ``` @@ -58,9 +58,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -compile 'com.shuyu:gsyVideoPlayer-java:2.0.5' +compile 'com.shuyu:gsyVideoPlayer-java:2.0.6' -compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.5' +compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.6' ``` @@ -95,7 +95,7 @@ allprojects { #### A、直接引入 ``` //完整版引入 -compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.5' +compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.6' ``` @@ -103,14 +103,14 @@ compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.5' ``` -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.5' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.6' //根据你的需求 -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.5' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.5' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.5' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.5' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.5' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.6' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.6' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.6' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.6' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.6' ``` @@ -120,9 +120,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.5' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.6' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.5' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.6' ``` @@ -172,6 +172,11 @@ compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.5' ## 近期版本 +### 2.0.6(2017-08-31) +* 调整了返回按键显示的问题。 +* 修改了全屏可能出现缓冲不消失问题。 +* 优化了双击问题。 + ### 2.0.5(2017-08-26) * 增加双击暂停开始。 * 增加了SurfaceView的支持:GSYVideoType.setRenderType(GSYVideoType.SUFRACE)。 diff --git a/UPDATE_VERSION.md b/UPDATE_VERSION.md index e609555dab76fac96675f2306753f508670622d0..deba7e119b359a287b7df2354607f41b5e6caa4c 100644 --- a/UPDATE_VERSION.md +++ b/UPDATE_VERSION.md @@ -1,5 +1,10 @@ ## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。 +### 2.0.6(2017-08-31) +* 调整了返回按键显示的问题。 +* 修改了全屏可能出现缓冲不消失问题。 +* 优化了双击问题。 + ### 2.0.5(2017-08-26) * 增加双击暂停开始。 * 增加了SurfaceView的支持:GSYVideoType.setRenderType(GSYVideoType.SUFRACE)。 diff --git a/app/build.gradle b/app/build.gradle index aad8aa1f935bf37e71f6b9e1afc2d93c5e418e0a..3abddb9d3e490c64ea6b045a433da013eee28e48 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -61,32 +61,32 @@ dependencies { compile project(':gsyVideoPlayer') //jcenter - //compile 'com.shuyu:GSYVideoPlayer:2.0.5' + //compile 'com.shuyu:GSYVideoPlayer:2.0.6' - //compile 'com.shuyu:gsyVideoPlayer-java:2.0.5' + //compile 'com.shuyu:gsyVideoPlayer-java:2.0.6' - //compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.5' - //compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.5' - //compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.5' - //compile 'com.shuyu:gsyVideoPlayer-x64:2.0.5' - //compile 'com.shuyu:gsyVideoPlayer-x86:2.0.5' + //compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.6' + //compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.6' + //compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.6' + //compile 'com.shuyu:gsyVideoPlayer-x64:2.0.6' + //compile 'com.shuyu:gsyVideoPlayer-x86:2.0.6' - //compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.5' + //compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.6' //jitpack - //compile 'com.github.CarGuo:GSYVideoPlayer:v2.0.5' + //compile 'com.github.CarGuo:GSYVideoPlayer:v2.0.6' - //compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.5' + //compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.6' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.5' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.6' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.5' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.5' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.5' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.5' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.5' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.5' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.6' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.6' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.6' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.6' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.6' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.6' } diff --git a/gradle.properties b/gradle.properties index a6a9737dd14b3d711c24bd1509387255908e64db..c8f37c94027c8d03358c3ceef69070657d72c66c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m BINTRAY_USER=carguo BINTRAY_KEY= PROJ_GROUP=com.shuyu -PROJ_VERSION=2.0.5 +PROJ_VERSION=2.0.6 PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer PROJ_ISSUETRACKERURL= PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git