Skip to content

Commit

Permalink
release v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Doikki committed Apr 25, 2018
1 parent e00033f commit 7e54a7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ A video player based on [IjkPlayer](https://github.com/Bilibili/ijkplayer).
* **支持锁定/解锁全屏。**
* **支持调整显示比例:默认、原始大小、16:9、4:3、铺满屏幕、居中裁剪。**
* **支持IJKPlayer和MediaPlayer切换。**
* **支持Https协议。**
* **支持rtsp,concat协议。**
* **支持Https,rtsp,concat协议。**
* **支持连续播放一个列表的视频。**
* **支持广告播放。**
* **支持清晰度切换。**
* **支持保存播放进度。**
* **支持弹幕,使用了[DanmakuFlameMaster](https://github.com/Bilibili/DanmakuFlameMaster)**
* **抖音demo。**
* **Android O PiP demo。**

[demo下载](https://fir.im/1r3u)
## 使用
Expand All @@ -42,14 +42,14 @@ allprojects {
dependencies {
# required, enough for most devices.
implementation 'com.github.dueeeke.dkplayer:dkplayer-java:2.3.3'
implementation 'com.github.dueeeke.dkplayer:dkplayer-armv7a:2.3.3'
implementation 'com.github.dueeeke.dkplayer:dkplayer-java:2.3.5'
implementation 'com.github.dueeeke.dkplayer:dkplayer-armv7a:2.3.5'
# Other ABIs: optional
implementation 'com.github.dueeeke.dkplayer:dkplayer-armv5:2.3.3'
implementation 'com.github.dueeeke.dkplayer:dkplayer-arm64:2.3.3'
implementation 'com.github.dueeeke.dkplayer:dkplayer-x86:2.3.3'
implementation 'com.github.dueeeke.dkplayer:dkplayer-x86_64:2.3.3'
implementation 'com.github.dueeeke.dkplayer:dkplayer-armv5:2.3.5'
implementation 'com.github.dueeeke.dkplayer:dkplayer-arm64:2.3.5'
implementation 'com.github.dueeeke.dkplayer:dkplayer-x86:2.3.5'
implementation 'com.github.dueeeke.dkplayer:dkplayer-x86_64:2.3.5'
}
```
或者将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 18
versionName "2.3.3"
versionCode 19
versionName "2.3.5"
}


Expand Down
2 changes: 0 additions & 2 deletions dkplayer-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@ dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
api "tv.danmaku.ijk.media:ijkplayer-java:$rootProject.ijkPlayerVersion"
// compile "tv.danmaku.ijk.media:ijkplayer-armv7a:$rootProject.ijkPlayerVersion"
api 'com.danikula:videocache:2.7.0'
// compile 'tv.danmaku.ijk.media:ijkplayer-x86:0.8.4'
}

0 comments on commit 7e54a7d

Please sign in to comment.