From 6960a046f7c70a461af72731692e375c89cdfd7c Mon Sep 17 00:00:00 2001 From: DPE bot Date: Thu, 18 Sep 2025 05:59:22 -0400 Subject: [PATCH] Auto-update dependencies. --- auth/app/build.gradle.kts | 2 +- build.gradle.kts | 2 +- gradle/libs.versions.toml | 6 +++--- messaging/app/build.gradle.kts | 4 ++-- storage/app/build.gradle.kts | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/auth/app/build.gradle.kts b/auth/app/build.gradle.kts index bb454a26..03306df6 100644 --- a/auth/app/build.gradle.kts +++ b/auth/app/build.gradle.kts @@ -37,7 +37,7 @@ dependencies { implementation("androidx.cardview:cardview:1.0.0") implementation("androidx.constraintlayout:constraintlayout:2.2.1") implementation("com.google.android.material:material:1.13.0") - implementation("androidx.activity:activity-ktx:1.10.1") + implementation("androidx.activity:activity-ktx:1.11.0") // Import the BoM for the Firebase platform implementation(platform("com.google.firebase:firebase-bom:34.2.0")) diff --git a/build.gradle.kts b/build.gradle.kts index 61c164e2..9914f799 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { id("com.google.gms.google-services") version "4.4.3" apply false id("com.google.firebase.crashlytics") version "3.0.6" apply false id("com.google.firebase.firebase-perf") version "2.0.1" apply false - id("androidx.navigation.safeargs") version "2.9.3" apply false + id("androidx.navigation.safeargs") version "2.9.4" apply false id("com.github.ben-manes.versions") version "0.52.0" apply true alias(libs.plugins.composeCompiler) apply false } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f2c05b6a..c3cf2abd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,9 +8,9 @@ junit = "4.13.2" junitVersion = "1.3.0" espressoCore = "3.7.0" kotlinxSerializationJson = "1.9.0" -lifecycleRuntimeKtx = "2.9.3" -activityCompose = "1.10.1" -composeBom = "2025.08.01" +lifecycleRuntimeKtx = "2.9.4" +activityCompose = "1.11.0" +composeBom = "2025.09.00" reactiveStreams = "1.0.4" vertexAI = "16.5.0" diff --git a/messaging/app/build.gradle.kts b/messaging/app/build.gradle.kts index 025f32fa..e4c8b0f6 100644 --- a/messaging/app/build.gradle.kts +++ b/messaging/app/build.gradle.kts @@ -52,6 +52,6 @@ dependencies { implementation("com.google.firebase:firebase-firestore") implementation("com.google.android.gms:play-services-auth:21.4.0") - implementation("androidx.work:work-runtime-ktx:2.10.3") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.3") + implementation("androidx.work:work-runtime-ktx:2.10.4") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4") } diff --git a/storage/app/build.gradle.kts b/storage/app/build.gradle.kts index dcde9c77..2ab75f8a 100644 --- a/storage/app/build.gradle.kts +++ b/storage/app/build.gradle.kts @@ -2,7 +2,7 @@ plugins { id("com.android.application") id("kotlin-android") id("com.google.gms.google-services") - id("com.google.devtools.ksp") version "2.2.10-2.0.2" + id("com.google.devtools.ksp") version "2.2.20-2.0.3" } android {