diff --git a/app/build.gradle b/app/build.gradle index 1dd9fac5b40fa8e4586c11f7bb7045934f71aabe..3f547048e25f91c9178618ea3cdb5154aeea1851 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -63,32 +63,32 @@ dependencies { compile project(':gsyVideoPlayer') //jcenter - //compile 'com.shuyu:GSYVideoPlayer:2.0.8' + //compile 'com.shuyu:GSYVideoPlayer:2.0.9' - //compile 'com.shuyu:gsyVideoPlayer-java:2.0.8' + //compile 'com.shuyu:gsyVideoPlayer-java:2.0.9' - //compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.8' - //compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.8' - //compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.8' - //compile 'com.shuyu:gsyVideoPlayer-x64:2.0.8' - //compile 'com.shuyu:gsyVideoPlayer-x86:2.0.8' + //compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.9' + //compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.9' + //compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.9' + //compile 'com.shuyu:gsyVideoPlayer-x64:2.0.9' + //compile 'com.shuyu:gsyVideoPlayer-x86:2.0.9' - //compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.8' + //compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.9' //jitpack - //compile 'com.github.CarGuo:GSYVideoPlayer:v2.0.8' + //compile 'com.github.CarGuo:GSYVideoPlayer:v2.0.9' - //compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.8' + //compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.9' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.8' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.9' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.8' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.8' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.8' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.8' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.8' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.8' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.9' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.9' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.9' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.9' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.9' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.9' } diff --git a/gradle.properties b/gradle.properties index 0ca4a46c144ca5a55a9ca1a0431920370bb81735..a55d3edff9b96ab55b672e7e7c7d1b9c24a5fab6 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=d7c1083f09eef0f93e4786d6eb780104a91a2dfb PROJ_GROUP=com.shuyu PROJ_VERSION=2.0.9 PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer diff --git a/gsyVideoPlayer/build.gradle b/gsyVideoPlayer/build.gradle index 7a0d3e3973a5fc08359757866ae983871c0e01d8..5a1807af905c27083016b10f4d82a6ea291ec2b1 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,16 +41,16 @@ dependencies { //更多配置版so,增加了concat,rtsp,mpeg,crypto //compile project(':gsyVideoPlayer-ex_so') - //compile 'com.shuyu:gsyVideoPlayer-java:2.0.8' + compile 'com.shuyu:gsyVideoPlayer-java:2.0.9' - compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.8' - compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.8' - compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.8' - compile 'com.shuyu:gsyVideoPlayer-x64:2.0.8' - compile 'com.shuyu:gsyVideoPlayer-x86:2.0.8' + compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.9' + compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.9' + compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.9' + compile 'com.shuyu:gsyVideoPlayer-x64:2.0.9' + compile 'com.shuyu:gsyVideoPlayer-x86:2.0.9' //更多配置版so,增加了concat,rtsp,mpeg,crypto - //compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.8' + //compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.9' } apply from: './bintray.gradle'