diff --git a/app/build.gradle b/app/build.gradle index 5dcc69da8..45d23d2bd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -66,12 +66,12 @@ dependencies { implementation 'com.squareup.picasso:picasso:2.8' implementation 'de.hdodenhof:circleimageview:3.1.0' - implementation 'com.google.android.exoplayer:exoplayer:2.16.1' + implementation 'com.google.android.exoplayer:exoplayer:2.17.1' implementation 'androidx.multidex:multidex:2.0.1' implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-jackson:2.9.0' - implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.1' + implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.2' implementation 'com.squareup.retrofit2:converter-scalars:2.1.0' implementation 'com.arthenica:ffmpeg-kit-min:4.5.1.LTS' diff --git a/app/src/main/res/layout/fragment_player.xml b/app/src/main/res/layout/fragment_player.xml index f2828f96e..75abd5a60 100644 --- a/app/src/main/res/layout/fragment_player.xml +++ b/app/src/main/res/layout/fragment_player.xml @@ -189,12 +189,15 @@ + android:textStyle="bold" + android:ellipsize="end" + android:maxLines="1"/>