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'