Skip to content

Commit

Permalink
更新README
Browse files Browse the repository at this point in the history
  • Loading branch information
Doikki committed Dec 22, 2017
1 parent fb5eb7d commit 90c519b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ A video player based on [IjkPlayer](https://github.com/Bilibili/ijkplayer).
* **支持重力感应自动进入/退出全屏。**
* **支持边播边缓存,使用了[AndroidVideoCache](https://github.com/danikula/AndroidVideoCache)**
* **完美实现列表播放(RecyclerView和ListView)。**
* **支持列表自动播放。**
* **支持封面。**
* **支持锁定/解锁全屏。**
* **支持调整显示比例:默认、原始大小、16:9、4:3、铺满屏幕。**
Expand Down Expand Up @@ -39,7 +40,7 @@ Step 1.Add it in your root build.gradle at the end of repositories:
Step 2. Add the dependency
dependencies {
compile 'com.github.DevlinChiu:dcplayer:1.3'
compile 'com.github.DevlinChiu:dcplayer:1.4'
}
```
或者将library下载并导入项目中使用
Expand Down
Binary file modified art/1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified art/4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 7
versionName "1.3"
versionCode 8
versionName "1.4"
}

sourceSets {
Expand Down

0 comments on commit 90c519b

Please sign in to comment.