File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
4343
4444dependencies {
4545 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
46- implementation(platform(" com.google.firebase:firebase-bom:34.4 .0" ))
46+ implementation(platform(" com.google.firebase:firebase-bom:34.5 .0" ))
4747
4848 // Firestore
4949 implementation(" com.google.firebase:firebase-firestore" )
@@ -55,7 +55,7 @@ dependencies {
5555 implementation(" com.google.android.gms:play-services-auth:20.7.0" )
5656
5757 // FirebaseUI (for authentication)
58- implementation(" com.firebaseui:firebase-ui-auth:9.0.0 " )
58+ implementation(" com.firebaseui:firebase-ui-auth:9.1.1 " )
5959
6060 // Support Libs
6161 implementation(" androidx.appcompat:appcompat:1.7.1" )
@@ -65,8 +65,8 @@ dependencies {
6565 implementation(" com.google.android.material:material:1.13.0" )
6666 implementation(" androidx.multidex:multidex:2.0.1" )
6767 implementation(" androidx.recyclerview:recyclerview:1.4.0" )
68- implementation(" androidx.navigation:navigation-fragment-ktx:2.9.5 " )
69- implementation(" androidx.navigation:navigation-ui-ktx:2.9.5 " )
68+ implementation(" androidx.navigation:navigation-fragment-ktx:2.9.6 " )
69+ implementation(" androidx.navigation:navigation-ui-ktx:2.9.6 " )
7070 implementation(" androidx.startup:startup-runtime:1.2.0" )
7171
7272 // Android architecture components
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
66 id(" com.android.library" ) version " 8.13.0" apply false
77 id(" org.jetbrains.kotlin.android" ) version " 2.2.21" apply false
88 id(" com.google.gms.google-services" ) version " 4.4.4" apply false
9- id(" androidx.navigation.safeargs" ) version " 2.9.5 " apply false
9+ id(" androidx.navigation.safeargs" ) version " 2.9.6 " apply false
1010 id(" com.github.ben-manes.versions" ) version " 0.53.0" apply true
1111}
1212
You can’t perform that action at this time.
0 commit comments