File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ dependencies {
4141 implementation(" androidx.multidex:multidex:2.0.1" )
4242
4343 // [START gradle_play_config]
44- implementation(" com.google.android.gms:play-services-ads:24.0 .0" )
44+ implementation(" com.google.android.gms:play-services-ads:24.1 .0" )
4545 // [END gradle_play_config]
4646
4747 // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ dependencies {
5050 implementation(" com.firebaseui:firebase-ui-auth:8.0.2" )
5151
5252 // Google Identity Services SDK (only required for Auth with Google)
53- implementation(" androidx.credentials:credentials:1.3 .0" )
54- implementation(" androidx.credentials:credentials-play-services-auth:1.3 .0" )
53+ implementation(" androidx.credentials:credentials:1.5 .0" )
54+ implementation(" androidx.credentials:credentials-play-services-auth:1.5 .0" )
5555 implementation(" com.google.android.libraries.identity.googleid:googleid:1.1.1" )
5656
5757 // Required only if Facebook login support is required
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
88 id(" com.google.gms.google-services" ) version " 4.4.2" apply false
99 id(" com.google.firebase.crashlytics" ) version " 3.0.3" apply false
1010 id(" com.google.firebase.firebase-perf" ) version " 1.4.2" apply false
11- id(" androidx.navigation.safeargs" ) version " 2.8.8 " apply false
11+ id(" androidx.navigation.safeargs" ) version " 2.8.9 " apply false
1212 id(" com.github.ben-manes.versions" ) version " 0.52.0" apply true
1313}
1414
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ espressoCore = "3.6.1"
99kotlinxSerializationJson = " 1.8.0"
1010lifecycleRuntimeKtx = " 2.8.7"
1111activityCompose = " 1.10.1"
12- composeBom = " 2025.02 .00"
12+ composeBom = " 2025.03 .00"
1313reactiveStreams = " 1.0.4"
1414vertexAI = " 16.2.0"
1515
You can’t perform that action at this time.
0 commit comments