File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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.1.4" )
3939 implementation(" com.google.android.material:material:1.12.0" )
40- implementation(" androidx.activity:activity-ktx:1.9.1 " )
40+ implementation(" androidx.activity:activity-ktx:1.9.2 " )
4141
4242 // Import the BoM for the Firebase platform
4343 implementation(platform(" com.google.firebase:firebase-bom:33.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.2" apply false
99 id(" com.google.firebase.crashlytics" ) version " 3.0.2" apply false
1010 id(" com.google.firebase.firebase-perf" ) version " 1.4.2" apply false
11- id(" androidx.navigation.safeargs" ) version " 2.7.7 " apply false
11+ id(" androidx.navigation.safeargs" ) version " 2.8.0 " apply false
1212 id(" com.github.ben-manes.versions" ) version " 0.51.0" apply true
1313}
1414
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ coreKtx = "1.13.1"
66junit = " 4.13.2"
77junitVersion = " 1.2.1"
88espressoCore = " 3.6.1"
9- lifecycleRuntimeKtx = " 2.8.4 "
10- activityCompose = " 1.9.1 "
11- composeBom = " 2024.08 .00"
9+ lifecycleRuntimeKtx = " 2.8.5 "
10+ activityCompose = " 1.9.2 "
11+ composeBom = " 2024.09 .00"
1212reactiveStreams = " 1.0.4"
1313vertexAI = " 16.0.0-beta04"
1414
Original file line number Diff line number Diff line change @@ -53,5 +53,5 @@ dependencies {
5353
5454 implementation(" com.google.android.gms:play-services-auth:21.2.0" )
5555 implementation(" androidx.work:work-runtime-ktx:2.9.1" )
56- implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.4 " )
56+ implementation(" androidx.lifecycle:lifecycle-runtime-ktx:2.8.5 " )
5757}
You can’t perform that action at this time.
0 commit comments