Skip to content

Commit

Permalink
release v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Doikki committed Apr 10, 2018
1 parent c183337 commit 619aab1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ A video player based on [IjkPlayer](https://github.com/Bilibili/ijkplayer).
* **暂停时前后台切换不黑屏**
* **支持IJKPlayer和MediaPlayer切换。**
* **支持Https协议。**
* **支持rtsp,concat协议。**
* **支持连续播放一个列表的视频。**
* **支持悬浮窗播放。**
* **支持广告播放。**
Expand All @@ -41,14 +42,14 @@ allprojects {
dependencies {
# required, enough for most devices.
implementation 'com.github.dueeeke.dkplayer:dkplayer-java:2.1.1'
implementation 'com.github.dueeeke.dkplayer:dkplayer-armv7a:2.1.1'
implementation 'com.github.dueeeke.dkplayer:dkplayer-java:2.2'
implementation 'com.github.dueeeke.dkplayer:dkplayer-armv7a:2.2'
# Other ABIs: optional
implementation 'com.github.dueeeke.dkplayer:dkplayer-armv5:2.1.1'
implementation 'com.github.dueeeke.dkplayer:dkplayer-arm64:2.1.1'
implementation 'com.github.dueeeke.dkplayer:dkplayer-x86:2.1.1'
implementation 'com.github.dueeeke.dkplayer:dkplayer-x86_64:2.1.1'
implementation 'com.github.dueeeke.dkplayer:dkplayer-armv5:2.2'
implementation 'com.github.dueeeke.dkplayer:dkplayer-arm64:2.2'
implementation 'com.github.dueeeke.dkplayer:dkplayer-x86:2.2'
implementation 'com.github.dueeeke.dkplayer:dkplayer-x86_64:2.2'
}
```
或者将library下载并导入项目中使用
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
applicationId "com.dueeeke.dkplayer"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 14
versionName "2.1.1"
versionCode 15
versionName "2.2"
}


Expand Down

0 comments on commit 619aab1

Please sign in to comment.