File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ dependencies {
3737 implementation(" androidx.cardview:cardview:1.0.0" )
3838 implementation(" androidx.constraintlayout:constraintlayout:2.2.1" )
3939 implementation(" com.google.android.material:material:1.13.0" )
40- implementation(" androidx.activity:activity-ktx:1.10.1 " )
40+ implementation(" androidx.activity:activity-ktx:1.11.0 " )
4141
4242 // Import the BoM for the Firebase platform
4343 implementation(platform(" com.google.firebase:firebase-bom:34.2.0" ))
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.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.3 " apply false
11+ id(" androidx.navigation.safeargs" ) version " 2.9.4 " apply false
1212 id(" com.github.ben-manes.versions" ) version " 0.52.0" apply true
1313 alias(libs.plugins.composeCompiler) apply false
1414}
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ junit = "4.13.2"
88junitVersion = " 1.3.0"
99espressoCore = " 3.7.0"
1010kotlinxSerializationJson = " 1.9.0"
11- lifecycleRuntimeKtx = " 2.9.3 "
12- activityCompose = " 1.10.1 "
13- composeBom = " 2025.08.01 "
11+ lifecycleRuntimeKtx = " 2.9.4 "
12+ activityCompose = " 1.11.0 "
13+ composeBom = " 2025.09.00 "
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.3 " )
56- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.3 " )
55+ implementation(" androidx.work:work-runtime-ktx:2.10.4 " )
56+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.9.4 " )
5757}
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id(" com.android.application" )
33 id(" kotlin-android" )
44 id(" com.google.gms.google-services" )
5- id(" com.google.devtools.ksp" ) version " 2.2.10 -2.0.2 "
5+ id(" com.google.devtools.ksp" ) version " 2.2.20 -2.0.3 "
66}
77
88android {
You can’t perform that action at this time.
0 commit comments