提交 6264e339 编写于 作者: S shuyu

1.6.1 (2017-03-23)

上级 aa572d80
......@@ -30,15 +30,8 @@
## 使用依赖(支持jcenter和jitpack)
### Jcenter 引入方法
```
<dependency>
<groupId>com.shuyu</groupId>
<artifactId>GSYVideoPlayer</artifactId>
<version>1.6.0</version>
<type>pom</type>
</dependency>
```
### 1、JCenter 引入方法
#### 直接在module下的build.gradle添加
```
compile 'com.shuyu:GSYVideoPlayer:1.6.1'
......@@ -47,7 +40,7 @@ compile 'com.shuyu:GSYVideoPlayer:1.6.1'
--------------------------------------------------------------------------------
### JitPack引入方法
### 2、JitPack引入方法
#### 在project下的build.gradle添加
```
allprojects {
......@@ -121,7 +114,7 @@ dependencies {
* 增加超时接口 GSYVideoManager
```
/**
* 是否需要在buffer缓冲时,增加外部超时判断,目前对于刚开始超时还没效果
* 是否需要在buffer缓冲时,增加外部超时判断
*
* 超时后会走onError接口,播放器通过onPlayError回调出
*
......
......@@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m
BINTRAY_USER=carguo
BINTRAY_KEY=
PROJ_GROUP=com.shuyu
PROJ_VERSION=1.6.0
PROJ_VERSION=1.6.1
PROJ_NAME=gsyVideoPlayer
PROJ_WEBSITEURL=hhttps://github.com/CarGuo/GSYVideoPlayer
PROJ_ISSUETRACKERURL=
......
......@@ -626,7 +626,7 @@ public class GSYVideoManager implements IMediaPlayer.OnPreparedListener, IMediaP
}
/**
* 是否需要在buffer缓冲时,增加外部超时判断,目前对于刚开始超时还没效果
* 是否需要在buffer缓冲时,增加外部超时判断
*
* 超时后会走onError接口,播放器通过onPlayError回调出
*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册