Skip to content

Commit d0a40fb

Browse files
committed
1.5.9 (2017-02-04)
* update ijkplayer to 0.7.7 * update build.gradle to 2.2.3
1 parent 3a8c3d5 commit d0a40fb

20 files changed

Lines changed: 12 additions & 33 deletions

README.md

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ allprojects {
4242

4343
```
4444
dependencies {
45-
compile 'com.github.CarGuo:GSYVideoPlayer:v1.5.8'
45+
compile 'com.github.CarGuo:GSYVideoPlayer:v1.5.9'
4646
}
4747
```
4848

@@ -87,33 +87,9 @@ dependencies {
8787

8888
## 近期版本
8989

90-
### 1.5.8
91-
* 修改了锁定屏幕触摸功能再播放结束后的问题。
92-
93-
### 1.5.7
94-
* change AudioManger get。
95-
96-
### 1.5.6
97-
* 修复了mUrl再error后为空的问题。
98-
* 增加了GSYVideoManager的option配置接口。
99-
100-
```
101-
/**
102-
* 设置IJK视频的option
103-
*/
104-
public void setOptionModelList(List<VideoOptionModel> optionModelList)
105-
```
106-
107-
### 1.5.5
108-
* update ijk 0.7.6。
109-
* 快播与慢播接口支持M以下。
110-
111-
```
112-
/**
113-
* 是否需要静音
114-
*/
115-
public void setNeedMute(boolean needMute)
116-
```
90+
### 1.5.9 (2017-02-04)
91+
* update ijkplayer to 0.7.7
92+
* update build.gradle to 2.2.3
11793

11894

11995
### 更多版本请查阅:[版本更新说明](https://github.com/CarGuo/GSYVideoPlayer/blob/master/UPDATE_VERSION.md)

UPDATE_VERSION.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。
22

3+
### 1.5.9
4+
* update ijkplayer to 0.7.7
5+
* update build.gradle to 2.2.3
6+
37
### 1.5.8
48
* 修改了锁定屏幕触摸功能再播放结束后的问题。
59

app/src/main/java/com/example/gsyvideoplayer/DetailPlayer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ protected void onCreate(Bundle savedInstanceState) {
4949
ButterKnife.bind(this);
5050

5151
String url = "http://baobab.wdjcdn.com/14564977406580.mp4";
52-
//String url = "https://d131x7vzzf85jg.cloudfront.net/upload/documents/paper/b2/61/00/00/20160420_115018_b544.mp4";
52+
//String url = "https://res.exexm.com/cw_145225549855002";
5353
detailPlayer.setUp(url, true, null, "测试视频");
5454

5555
//增加封面

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
apply from: 'dependencies.gradle'
33

4-
5-
64
buildscript {
75
repositories {
86
jcenter()
97
}
108
dependencies {
11-
classpath 'com.android.tools.build:gradle:2.2.2'
9+
classpath 'com.android.tools.build:gradle:2.2.3'
1210
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
1311

1412
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
1513
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
1614
}
1715
}
1816

17+
1918
allprojects {
2019
repositories {
2120
jcenter()

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ext {
1616
//ViewLibraries
1717
butterKnifeVersion = '8.2.1'
1818

19-
ijkplayer = '0.7.6'
19+
ijkplayer = '0.7.7'
2020

2121
transitionseverywhere = '1.7.0'
2222

192 Bytes
Binary file not shown.
92.6 KB
Binary file not shown.
4 KB
Binary file not shown.
100 Bytes
Binary file not shown.
44.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)