提交 6b4a4df7 编写于 作者: S shuyu

2.0.1 (2017-07-11)

上级 e3cb0910
......@@ -71,7 +71,7 @@ sourceSets {
 是否监听了列表滑动了,在监听里更新了列表之类的。
#### 4、目前不支持3gp或者mepg
#### 4、普通模式不支持3gp或者mepg,mepg可使用ex-so依赖
如果拍摄的视频播放不了,可以尝试用使用系统录制的项目:[VideoRecord](https://github.com/CarGuo/VideoRecord)
或者使用JAVACV录制的项目:[FFmpegRecorder](https://github.com/CrazyOrr/FFmpegRecorder ),测试视频是否可以播放。
......
......@@ -59,15 +59,15 @@ dependencies {
compile androidDependencies.support_v4
//debugCompile dataDependencies.leakcanary
compile project(':gsyVideoPlayer')
//compile 'com.shuyu:GSYVideoPlayer:2.0.0'
//compile 'com.github.CarGuo:GSYVideoPlayer:v2.0.0'
//compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.0'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.0'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.0'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.0'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.0'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.0'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.0'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.0'
//compile 'com.shuyu:GSYVideoPlayer:2.0.1'
//compile 'com.github.CarGuo:GSYVideoPlayer:v2.0.1'
//compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v2.0.1'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v2.0.1'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v2.0.1'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v2.0.1'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v2.0.1'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v2.0.1'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v2.0.1'
//compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v2.0.1'
}
......@@ -41,16 +41,16 @@ dependencies {
//更多配置版so,增加了concat,rtsp,mpeg,crypto
//compile project(':gsyVideoPlayer-ex_so')
compile 'com.shuyu:gsyVideoPlayer-java:2.0.0'
compile 'com.shuyu:gsyVideoPlayer-java:2.0.1'
compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.0'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.0'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.0'
compile 'com.shuyu:gsyVideoPlayer-x64:2.0.0'
compile 'com.shuyu:gsyVideoPlayer-x86:2.0.0'
compile 'com.shuyu:gsyVideoPlayer-armv5:2.0.1'
compile 'com.shuyu:gsyVideoPlayer-armv7a:2.0.1'
compile 'com.shuyu:gsyVideoPlayer-arm64:2.0.1'
compile 'com.shuyu:gsyVideoPlayer-x64:2.0.1'
compile 'com.shuyu:gsyVideoPlayer-x86:2.0.1'
//更多配置版so,增加了concat,rtsp,mpeg,crypto
//compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.0'
//compile 'com.shuyu:gsyVideoPlayer-ex_so:2.0.1'
}
apply from: './bintray.gradle'
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册