From 8aabfddd37e3d9cba2285ee411d3e9cf1fa23f2f Mon Sep 17 00:00:00 2001 From: shuyu <359369982@qq.com> Date: Sun, 24 Dec 2017 01:12:21 +0800 Subject: [PATCH] =?UTF-8?q?=20release=202.1.3=20(2017-12-24=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++--------- build.gradle | 2 ++ dependencies.gradle | 2 +- dependencies.md | 36 ++++++++++++++++++------------------ gradle.properties | 2 +- gsyVideoPlayer/build.gradle | 4 ++-- 6 files changed, 33 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 512d2dc..178ed20 100644 --- a/README.md +++ b/README.md @@ -42,21 +42,21 @@ #### A、直接引入 ``` //完整版引入 -compile 'com.shuyu:GSYVideoPlayer:2.1.2' +compile 'com.shuyu:GSYVideoPlayer:2.1.3' ``` #### B、添加java和你想要的so支持: ``` -compile 'com.shuyu:gsyVideoPlayer-java:2.1.2' +compile 'com.shuyu:gsyVideoPlayer-java:2.1.3' //根据你的需求 -compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.2' -compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.2' -compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.2' -compile 'com.shuyu:gsyVideoPlayer-x64:2.1.2' -compile 'com.shuyu:gsyVideoPlayer-x86:2.1.2' +compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.3' +compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.3' +compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.3' +compile 'com.shuyu:gsyVideoPlayer-x64:2.1.3' +compile 'com.shuyu:gsyVideoPlayer-x86:2.1.3' ``` @@ -66,9 +66,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -compile 'com.shuyu:gsyVideoPlayer-java:2.1.2' +compile 'com.shuyu:gsyVideoPlayer-java:2.1.3' -compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.2' +compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.3' ``` diff --git a/build.gradle b/build.gradle index 5889cf5..db19812 100644 --- a/build.gradle +++ b/build.gradle @@ -4,6 +4,7 @@ apply from: 'dependencies.gradle' buildscript { repositories { maven { url 'https://jitpack.io' } + maven { url 'https://maven.google.com' } jcenter() } dependencies { @@ -18,6 +19,7 @@ buildscript { allprojects { repositories { maven { url 'https://jitpack.io' } + maven { url 'https://maven.google.com' } jcenter() } } diff --git a/dependencies.gradle b/dependencies.gradle index 17a7469..5ef3d07 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -27,7 +27,7 @@ ext { imageLoader = '4.0.0' - gsyVideoVersion = '2.1.2' + gsyVideoVersion = '2.1.3' androidDependencies = [ recyclerView: "com.android.support:recyclerview-v7:${supportLibraryVersion}", diff --git a/dependencies.md b/dependencies.md index 35b8375..c3ad33d 100644 --- a/dependencies.md +++ b/dependencies.md @@ -7,21 +7,21 @@ #### A、直接引入 ``` //完整版引入 -compile 'com.shuyu:GSYVideoPlayer:2.1.2' +compile 'com.shuyu:GSYVideoPlayer:2.1.3' ``` #### B、添加java和你想要的so支持: ``` -compile 'com.shuyu:gsyVideoPlayer-java:2.1.2' +compile 'com.shuyu:gsyVideoPlayer-java:2.1.3' //根据你的需求 -compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.2' -compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.2' -compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.2' -compile 'com.shuyu:gsyVideoPlayer-x64:2.1.2' -compile 'com.shuyu:gsyVideoPlayer-x86:2.1.2' +compile 'com.shuyu:gsyVideoPlayer-armv5:2.1.3' +compile 'com.shuyu:gsyVideoPlayer-armv7a:2.1.3' +compile 'com.shuyu:gsyVideoPlayer-arm64:2.1.3' +compile 'com.shuyu:gsyVideoPlayer-x64:2.1.3' +compile 'com.shuyu:gsyVideoPlayer-x86:2.1.3' ``` @@ -31,9 +31,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -compile 'com.shuyu:gsyVideoPlayer-java:2.1.2' +compile 'com.shuyu:gsyVideoPlayer-java:2.1.3' -compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.2' +compile 'com.shuyu:gsyVideoPlayer-ex_so:2.1.3' ``` @@ -68,7 +68,7 @@ allprojects { #### A、直接引入 ``` //完整版引入 -compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.1.2' +compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.1.3' ``` @@ -76,14 +76,14 @@ compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.1.2' ``` -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.2' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.3' //根据你的需求 -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.1.2' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.1.2' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.1.2' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.1.2' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.1.2' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.1.3' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.1.3' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.1.3' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.1.3' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.1.3' ``` @@ -93,8 +93,8 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.2' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.1.3' -compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.1.2' +compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.1.3' ``` diff --git a/gradle.properties b/gradle.properties index ba331f7..f8a047e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ org.gradle.jvmargs=-Xmx1536m # 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=3edacb0593ea2a0b446635c0391cb87918e778ba PROJ_GROUP=com.shuyu PROJ_VERSION=2.1.3 PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer diff --git a/gsyVideoPlayer/build.gradle b/gsyVideoPlayer/build.gradle index 4bb7a44..0367e1d 100644 --- a/gsyVideoPlayer/build.gradle +++ b/gsyVideoPlayer/build.gradle @@ -31,7 +31,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) - compile project(':gsyVideoPlayer-java') + //compile project(':gsyVideoPlayer-java') //compile project(':gsyVideoPlayer-armv5') //compile project(':gsyVideoPlayer-armv7a') //compile project(':gsyVideoPlayer-armv64') @@ -41,7 +41,7 @@ dependencies { //更多配置版so,增加了concat,rtsp,mpeg,crypto //compile project(':gsyVideoPlayer-ex_so') - //compile "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion" + compile "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion" compile "com.shuyu:gsyVideoPlayer-armv5:$gsyVideoVersion" compile "com.shuyu:gsyVideoPlayer-armv7a:$gsyVideoVersion" -- GitLab