Skip to content

Commit

Permalink
fix the absent of renameSharedLibrary and getSharedLibraryName
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhuster committed Apr 29, 2016
1 parent c948dff commit ff7e585
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion PLDroidPlayerDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ android {

dependencies {
compile 'com.android.support:design:23.2.1'
compile files('libs/pldroid-player-1.2.0.jar')
compile files('libs/pldroid-player-1.2.1.jar')
}
Binary file not shown.
13 changes: 13 additions & 0 deletions ReleaseNotes/release-notes-1.2.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# PLDroidPlayer Release Notes for 1.2.1

## 简介
PLDroidPlayer 为 Android 开发者提供直播播放 SDK

## 记录

### 播放器
- 发布 pldroid-player-1.2.1.jar
- 恢复 `SharedLibraryNameHelper.renameSharedLibrary` 接口
- 恢复 `SharedLibraryNameHelper.getSharedLibraryName` 接口

### 播放器 Demo
Binary file not shown.

0 comments on commit ff7e585

Please sign in to comment.