diff --git a/README.md b/README.md index b3696b9f..08f82db7 100644 --- a/README.md +++ b/README.md @@ -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、铺满屏幕。** @@ -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下载并导入项目中使用 diff --git a/art/1.jpg b/art/1.jpg index a27e803b..8bea1683 100644 Binary files a/art/1.jpg and b/art/1.jpg differ diff --git a/art/4.jpg b/art/4.jpg index 670cdea5..aecf51a2 100644 Binary files a/art/4.jpg and b/art/4.jpg differ diff --git a/library/build.gradle b/library/build.gradle index 1d5b1aff..c1a03696 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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 {