File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ plugins {
88 id(" com.google.gms.google-services" ) version " 4.4.3" apply false
99 id(" com.google.firebase.crashlytics" ) version " 3.0.6" apply false
1010 id(" com.google.firebase.firebase-perf" ) version " 2.0.1" apply false
11- id(" androidx.navigation.safeargs" ) version " 2.9.4 " apply false
12- id(" com.github.ben-manes.versions" ) version " 0.52 .0" apply true
11+ id(" androidx.navigation.safeargs" ) version " 2.9.5 " apply false
12+ id(" com.github.ben-manes.versions" ) version " 0.53 .0" apply true
1313 alias(libs.plugins.composeCompiler) apply false
1414}
1515
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ espressoCore = "3.7.0"
1010kotlinxSerializationJson = " 1.9.0"
1111lifecycleRuntimeKtx = " 2.9.4"
1212activityCompose = " 1.11.0"
13- composeBom = " 2025.09.00 "
13+ composeBom = " 2025.09.01 "
1414reactiveStreams = " 1.0.4"
1515vertexAI = " 16.5.0"
1616
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ dependencies {
5252 implementation(" com.google.firebase:firebase-firestore" )
5353
5454 implementation(" com.google.android.gms:play-services-auth:21.4.0" )
55- implementation(" androidx.work:work-runtime-ktx:2.10.4 " )
55+ implementation(" androidx.work:work-runtime-ktx:2.10.5 " )
5656 implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.4" )
5757}
You can’t perform that action at this time.
0 commit comments