diff --git a/app/build.gradle b/app/build.gradle index 614a97e7cdb693060d231d5cb4a895de0b3fd193..fdbe0b6e0959f49de794c7e401850fc4584e5288 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -58,20 +58,35 @@ dependencies { compile viewDependencies.ndkbitmap_x86 compile androidDependencies.support_v4 //debugCompile dataDependencies.leakcanary - //compile project(':gsyVideoPlayer') + compile project(':gsyVideoPlayer') //jcenter - compile 'com.shuyu:GSYVideoPlayer:2.0.3' + //compile 'com.shuyu:GSYVideoPlayer:2.0.4' + + //compile 'com.shuyu:gsyVideoPlayer-java:2.0.4' + + //compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.4' + //compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.4' + //compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.4' + //compile 'com.shuyu:gsyVideoPlayer-x64:2.0.4' + //compile 'com.shuyu:gsyVideoPlayer-x86:2.0.4' + + //compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.4' //jitpack - //compile 'com.github.CarGuo:GSYVideoPlayer:v2.0.3' - //compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.3' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.3' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.3' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.3' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.3' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.3' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.3' - //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.3' + + //compile 'com.github.CarGuo:GSYVideoPlayer:v2.0.4' + + //compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.4' + + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.4' + + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.4' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.4' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.4' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.4' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.4' + //compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.4' + } diff --git a/gsyVideoPlayer/build.gradle b/gsyVideoPlayer/build.gradle index 541f8ea8fee8bd2d864521d0336dadf5ad49590b..a3dddff23e6ee0c2485dec2ee490f0a325ad0386 100644 --- a/gsyVideoPlayer/build.gradle +++ b/gsyVideoPlayer/build.gradle @@ -41,16 +41,16 @@ dependencies { //更多配置版so,增加了concat,rtsp,mpeg,crypto //compile project(':gsyVideoPlayer-ex_so') - compile 'com.shuyu:gsyVideoPlayer-java:2.0.3' + compile 'com.shuyu:gsyVideoPlayer-java:2.0.4' - compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.3' - compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.3' - compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.3' - compile 'com.shuyu:gsyVideoPlayer-x64:2.0.3' - compile 'com.shuyu:gsyVideoPlayer-x86:2.0.3' + compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.4' + compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.4' + compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.4' + compile 'com.shuyu:gsyVideoPlayer-x64:2.0.4' + compile 'com.shuyu:gsyVideoPlayer-x86:2.0.4' //更多配置版so,增加了concat,rtsp,mpeg,crypto - //compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.3' + //compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.4' } apply from: './bintray.gradle'