update:修复圆角显示,封面缩略图拉伸
fix bug:
This commit is contained in:
2021-03-08 14:24:34 +08:00
parent 527587b926
commit a92df28f33
91 changed files with 557 additions and 68 deletions

View File

@@ -94,6 +94,7 @@ dependencies {
implementation 'tv.danmaku.ijk.media:ijkplayer-java:0.8.8'
implementation 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.4'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.3'
implementation 'com.github.SheHuan:NiceImageView:1.0.5'
implementation project(path: ':library')
// implementation 'com.github.SheHuan:NiceImageView:1.0.5'
implementation project(path: ':JZVideo')
implementation project(path: ':niceimageview')
}