横屏适配,跳转到指定地方进行播放

This commit is contained in:
2021-02-27 18:12:58 +08:00
parent a35d7977d5
commit 67727032eb
13 changed files with 245 additions and 28 deletions

View File

@@ -49,7 +49,7 @@ dependencies {
implementation 'io.reactivex.rxjava2:rxjava:2.1.0'
implementation 'io.reactivex.rxjava2:rxandroid:2.1.0'
implementation 'cn.jzvd:jiaozivideoplayer:7.6.0'
// implementation 'cn.jzvd:jiaozivideoplayer:7.6.0'
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-core:1.0.15'
implementation 'com.github.wseemann:FFmpegMediaMetadataRetriever-native:1.0.15'
implementation 'com.github.ittianyu:BottomNavigationViewEx:2.0.4'
@@ -64,4 +64,5 @@ 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 project(path: ':library')
}