提交 c10f4d25 编写于 作者: S shuyu

1.6.6 (2017-05-24)

上级 31502c0d
......@@ -37,7 +37,7 @@
#### 直接在module下的build.gradle添加
```
compile 'com.shuyu:GSYVideoPlayer:1.6.5'
compile 'com.shuyu:GSYVideoPlayer:1.6.6'
```
......@@ -58,7 +58,7 @@ allprojects {
```
dependencies {
compile 'com.github.CarGuo:GSYVideoPlayer:v1.6.5'
compile 'com.github.CarGuo:GSYVideoPlayer:v1.6.6'
}
```
......@@ -105,6 +105,10 @@ dependencies {
## 近期版本
### 1.6.6(2017-05-24)
* update ijkplayer to 0.8.0
* update videocache to 2.7.0
### 1.6.5(2017-05-05)
* 增加镜像旋转demo SampleVideo
* 修改了循环播放的UI问题
......@@ -124,11 +128,6 @@ dependencies {
public void setShowPauseCover(boolean showPauseCover)
```
### 1.6.4(2017-04-20)
* update ijk to 0.7.9 (增加了soundTouch,调速后声音变调问题得到解决)
* 修复了可能出现的判空问题,修复了ListGSYVideoPlayer的同步问题
* 修复了可移动小窗口播放结束无法移动的问题
### 更多版本请查阅:[版本更新说明](https://github.com/CarGuo/GSYVideoPlayer/blob/master/UPDATE_VERSION.md)
## 混淆
......
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。
### 1.6.6(2017-05-24)
* update ijkplayer to 0.8.0
* update videocache to 2.7.0
### 1.6.5(2017-05-05)
* 增加镜像旋转demo SampleVideo
......
......@@ -55,6 +55,7 @@ public class DetailPlayer extends AppCompatActivity {
String url = "http://baobab.wdjcdn.com/14564977406580.mp4";
//String url = "http://7xse1z.com1.z0.glb.clouddn.com/1491813192";
//String url = "http://ocgk7i2aj.bkt.clouddn.com/17651ac2-693c-47e9-b2d2-b731571bad37";
//String url = "http://111.198.24.133:83/yyy_login_server/pic/YB059284/97778276040859/1.mp4";
//String url = "http://vr.tudou.com/v2proxy/v?sid=95001&id=496378919&st=3&pw=";
//String url = "http://pl-ali.youku.com/playlist/m3u8?type=mp4&ts=1490185963&keyframe=0&vid=XMjYxOTQ1Mzg2MA==&ep=ciadGkiFU8cF4SvajD8bYyuwJiYHXJZ3rHbN%2FrYDAcZuH%2BrC6DPcqJ21TPs%3D&sid=04901859548541247bba8&token=0524&ctype=12&ev=1&oip=976319194";
......
......@@ -16,13 +16,13 @@ ext {
//ViewLibraries
butterKnifeVersion = '8.2.1'
ijkplayer = '0.7.9'
ijkplayer = '0.8.0'
DanmakuFlameMaster = '0.6.4'
transitionseverywhere = '1.7.0'
//DataLibraries
videocache = '2.6.4'
videocache = '2.7.0'
leakcanary = '1.5'
androidDependencies = [
......
......@@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m
BINTRAY_USER=carguo
BINTRAY_KEY=
PROJ_GROUP=com.shuyu
PROJ_VERSION=1.6.5
PROJ_VERSION=1.6.6
PROJ_NAME=gsyVideoPlayer
PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer
PROJ_ISSUETRACKERURL=
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册