提交 2ce048d9 编写于 作者: S shuyu

v1.5.4 readme

上级 7db2887a
......@@ -42,7 +42,7 @@ allprojects {
```
dependencies {
compile 'com.github.CarGuo:GSYVideoPlayer:v1.5.3'
compile 'com.github.CarGuo:GSYVideoPlayer:v1.5.4'
}
```
......@@ -84,6 +84,18 @@ dependencies {
## 近期版本
### 1.5.4
* 增加了静音播放接口
GSYVideoManager下
可参考:ListNormalAdapter
```
/**
* 是否需要静音
*/
public void setNeedMute(boolean needMute)
```
### 1.5.3
* 修改了在缓冲的时候,默认loading点击会重置的问题。
* 虚拟按键在弹出的后,过一段时间自动隐藏。
......
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。
### 1.5.4
* 增加了静音播放接口
GSYVideoManager下
可参考:ListNormalAdapter
```
/**
* 是否需要静音
*/
public void setNeedMute(boolean needMute)
```
### 1.5.3
* 修改了在缓冲的时候,默认loading点击会重置的问题。
* 虚拟按键在弹出的后,过一段时间自动隐藏。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册