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 {
8
8
id(" com.google.gms.google-services" ) version " 4.4.3" apply false
9
9
id(" com.google.firebase.crashlytics" ) version " 3.0.6" apply false
10
10
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
13
13
alias(libs.plugins.composeCompiler) apply false
14
14
}
15
15
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ espressoCore = "3.7.0"
10
10
kotlinxSerializationJson = " 1.9.0"
11
11
lifecycleRuntimeKtx = " 2.9.4"
12
12
activityCompose = " 1.11.0"
13
- composeBom = " 2025.09.00 "
13
+ composeBom = " 2025.09.01 "
14
14
reactiveStreams = " 1.0.4"
15
15
vertexAI = " 16.5.0"
16
16
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ dependencies {
52
52
implementation(" com.google.firebase:firebase-firestore" )
53
53
54
54
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 " )
56
56
implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.4" )
57
57
}
You can’t perform that action at this time.
0 commit comments