From 882ff66017389d2cb2a7feb76e546c848f5b7244 Mon Sep 17 00:00:00 2001 From: tateisu Date: Sun, 13 Mar 2022 00:51:26 +0900 Subject: [PATCH] firebase-messaging:23.0.1, exoplayer:2.17.1 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 87c96711..32000a81 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -165,7 +165,7 @@ dependencies { kapt 'androidx.annotation:annotation:1.3.0' // https://firebase.google.com/support/release-notes/android - implementation "com.google.firebase:firebase-messaging:23.0.0" + implementation "com.google.firebase:firebase-messaging:23.0.1" implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version" testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlin_version" @@ -224,7 +224,7 @@ dependencies { implementation 'com.astuetz:pagerslidingtabstrip:1.0.1' - implementation 'com.google.android.exoplayer:exoplayer:2.17.0' + implementation 'com.google.android.exoplayer:exoplayer:2.17.1' /* WARNING: [Processor] Library '…\exoplayer-ui-2.12.0.aar' contains references to both AndroidX and old support library. This seems like the library is partially migrated. Jetifier will try to rewrite the library anyway. Example of androidX reference: 'androidx/core/app/NotificationCompat$Builder'