@@ -45,7 +45,7 @@ dependencies {
4545 implementation project(" :internal:chooserx" )
4646
4747 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
48- implementation platform(' com.google.firebase:firebase-bom:31.0.1 ' )
48+ implementation platform(' com.google.firebase:firebase-bom:31.0.2 ' )
4949
5050 // Firestore (Java)
5151 implementation ' com.google.firebase:firebase-firestore'
@@ -66,7 +66,7 @@ dependencies {
6666 implementation ' com.firebaseui:firebase-ui-auth:8.0.2'
6767
6868 // Support Libs
69- implementation ' androidx.activity:activity-ktx:1.6.0 '
69+ implementation ' androidx.activity:activity-ktx:1.6.1 '
7070 implementation ' androidx.appcompat:appcompat:1.5.1'
7171 implementation ' androidx.core:core-ktx:1.9.0'
7272 implementation ' androidx.vectordrawable:vectordrawable-animated:1.1.0'
@@ -76,8 +76,8 @@ dependencies {
7676 implementation ' androidx.media:media:1.6.0'
7777 implementation ' androidx.recyclerview:recyclerview:1.2.1'
7878 implementation ' androidx.multidex:multidex:2.0.1'
79- implementation ' androidx.navigation:navigation-fragment-ktx:2.5.2 '
80- implementation ' androidx.navigation:navigation-ui-ktx:2.5.2 '
79+ implementation ' androidx.navigation:navigation-fragment-ktx:2.5.3 '
80+ implementation ' androidx.navigation:navigation-ui-ktx:2.5.3 '
8181
8282 // Android architecture components
8383 implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
0 commit comments