From cc1182e2ebfb428219501b1d4064a9b336680098 Mon Sep 17 00:00:00 2001 From: dkanada Date: Sun, 13 Dec 2020 22:05:31 +0900 Subject: [PATCH] update exoplayer and other libraries --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 4425d876..59082fed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,11 +48,11 @@ dependencies { implementation 'com.github.jellyfin.jellyfin-apiclient-java:android:0.7.3' implementation 'com.github.woltapp:blurhash:f41a23cc50' - implementation 'com.google.android.exoplayer:exoplayer:2.11.4' + implementation 'com.google.android.exoplayer:exoplayer:2.12.2' implementation 'com.google.android.material:material:1.2.1' implementation 'androidx.core:core:1.3.2' - implementation 'androidx.media:media:1.2.0' + implementation 'androidx.media:media:1.2.1' implementation 'androidx.fragment:fragment:1.2.5' implementation 'androidx.legacy:legacy-support-v13:1.0.0' implementation 'androidx.appcompat:appcompat:1.2.0' @@ -79,8 +79,8 @@ dependencies { implementation 'com.android.support:multidex:1.0.3' implementation 'com.melegy.redscreenofdeath:red-screen-of-death:0.1.2' - implementation 'androidx.room:room-runtime:2.2.5' annotationProcessor 'androidx.room:room-compiler:2.2.5' + implementation 'androidx.room:room-runtime:2.2.5' implementation 'com.squareup.retrofit2:retrofit:2.9.0' implementation 'com.squareup.retrofit2:converter-gson:2.9.0'