firebase-messaging:23.0.1, exoplayer:2.17.1

This commit is contained in:
tateisu 2022-03-13 00:51:26 +09:00
parent ecee8a3d2c
commit 882ff66017
1 changed files with 2 additions and 2 deletions

View File

@ -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'