Skip to content

Commit

Permalink
Merge pull request #491 from zshbleaker/master
Browse files Browse the repository at this point in the history
Release 1.5.1
  • Loading branch information
Jhuster committed Mar 14, 2017
2 parents 29f9049 + c56374a commit 70f346e
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PLDroidPlayerDemo/app/build.gradle
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 9
targetSdkVersion 22
versionCode 8
versionName "1.5.0"
versionName "1.5.1"
}
buildTypes {
release {
Expand All @@ -21,7 +21,7 @@ android {

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile files('libs/pldroid-player-1.5.0.jar')
compile files('libs/pldroid-player-1.5.1.jar')
compile 'com.android.support:appcompat-v7:22+'
compile 'com.qiniu:happy-dns:0.2.+'
}
Binary file not shown.
26 changes: 26 additions & 0 deletions ReleaseNotes/release-notes-1.5.1.md
@@ -0,0 +1,26 @@
# PLDroidPlayer Release Notes for 1.5.1

本次更新:

## 版本

- 发布 pldroid-player-1.5.1.jar

## 缺陷

- 修复部分机型网络切换时产生的崩溃问题
- 修复码流分辨率改变导致的硬解花屏问题

## 更新注意事项

- **需要在 build.gradle 中删除如下配置:**

```
compile 'com.qiniu.pili:pili-android-qos:0.8.+'
```

- 修改 onVideoSizeChanged 的接口:

```
void onVideoSizeChanged(PLMediaPlayer mp, int width, int height, int videoSarNum, int videoSarDen);
```
Binary file not shown.

2 comments on commit 70f346e

@Mrxuex
Copy link

@Mrxuex Mrxuex commented on 70f346e Feb 13, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

怎么版本叠代,1.51.1维护叠代最新版本

@zshbleaker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mrxuex 参考每次 release note 中的更新注意事项即可

Please sign in to comment.