From 11dbeeea61703a0c3d4597e21271395714408f41 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Mon, 24 Nov 2025 06:13:27 -0500 Subject: [PATCH] Auto-update dependencies. --- admob/app/build.gradle.kts | 4 ++-- appcheck/app/build.gradle.kts | 2 +- auth/app/build.gradle.kts | 4 ++-- config/app/build.gradle.kts | 2 +- crashlytics/app/build.gradle.kts | 2 +- database/app/build.gradle.kts | 2 +- firebaseoptions/app/build.gradle.kts | 2 +- firestore/app/build.gradle.kts | 2 +- functions/app/build.gradle.kts | 2 +- gradle/libs.versions.toml | 6 +++--- inappmessaging/app/build.gradle.kts | 2 +- messaging/app/build.gradle.kts | 4 ++-- ml-functions/app/build.gradle.kts | 2 +- perf/app/build.gradle.kts | 2 +- storage/app/build.gradle.kts | 4 ++-- tasks/app/build.gradle.kts | 2 +- 16 files changed, 22 insertions(+), 22 deletions(-) diff --git a/admob/app/build.gradle.kts b/admob/app/build.gradle.kts index 927ef663..74d93d87 100644 --- a/admob/app/build.gradle.kts +++ b/admob/app/build.gradle.kts @@ -41,11 +41,11 @@ dependencies { implementation("androidx.multidex:multidex:2.0.1") // [START gradle_play_config] - implementation("com.google.android.gms:play-services-ads:24.7.0") + implementation("com.google.android.gms:play-services-ads:24.8.0") // [END gradle_play_config] // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) // For an optimal experience using AdMob, add the Firebase SDK // for Google Analytics. This is recommended, but not required. diff --git a/appcheck/app/build.gradle.kts b/appcheck/app/build.gradle.kts index 4910807b..2817e10d 100644 --- a/appcheck/app/build.gradle.kts +++ b/appcheck/app/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("androidx.constraintlayout:constraintlayout:2.2.1") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) implementation("com.google.firebase:firebase-appcheck") implementation("com.google.firebase:firebase-appcheck-playintegrity") implementation("com.google.firebase:firebase-appcheck-debug") diff --git a/auth/app/build.gradle.kts b/auth/app/build.gradle.kts index 1c633ef9..b5be2501 100644 --- a/auth/app/build.gradle.kts +++ b/auth/app/build.gradle.kts @@ -37,10 +37,10 @@ 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.11.0") + implementation("androidx.activity:activity-ktx:1.12.0") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) // Add the dependency for the Firebase Authentication library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/config/app/build.gradle.kts b/config/app/build.gradle.kts index 5c0da4fe..7ceb9b66 100644 --- a/config/app/build.gradle.kts +++ b/config/app/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("androidx.constraintlayout:constraintlayout:2.2.1") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) // Add the dependencies for the Remote Config and Analytics libraries // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/crashlytics/app/build.gradle.kts b/crashlytics/app/build.gradle.kts index e234119e..a66e9742 100644 --- a/crashlytics/app/build.gradle.kts +++ b/crashlytics/app/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) // Add the dependencies for the Crashlytics and Analytics libraries // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/database/app/build.gradle.kts b/database/app/build.gradle.kts index e9b80c2a..10a2c4b9 100644 --- a/database/app/build.gradle.kts +++ b/database/app/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) // Add the dependency for the Realtime Database library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/firebaseoptions/app/build.gradle.kts b/firebaseoptions/app/build.gradle.kts index 3a5e35fc..0a7b3dd9 100644 --- a/firebaseoptions/app/build.gradle.kts +++ b/firebaseoptions/app/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) implementation("com.google.firebase:firebase-database") implementation("com.google.firebase:firebase-common") } diff --git a/firestore/app/build.gradle.kts b/firestore/app/build.gradle.kts index 645b2075..f6abf77c 100644 --- a/firestore/app/build.gradle.kts +++ b/firestore/app/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { implementation("androidx.multidex:multidex:2.0.1") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) // Declare the dependency for the Cloud Firestore library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/functions/app/build.gradle.kts b/functions/app/build.gradle.kts index 8edf85af..307c3ce3 100644 --- a/functions/app/build.gradle.kts +++ b/functions/app/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) // Add the dependency for the Cloud Functions library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fcab0350..2a72be2b 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.4" -activityCompose = "1.11.0" -composeBom = "2025.11.00" +lifecycleRuntimeKtx = "2.10.0" +activityCompose = "1.12.0" +composeBom = "2025.11.01" reactiveStreams = "1.0.4" vertexAI = "16.5.0" diff --git a/inappmessaging/app/build.gradle.kts b/inappmessaging/app/build.gradle.kts index 5f942867..b1c5c1ca 100644 --- a/inappmessaging/app/build.gradle.kts +++ b/inappmessaging/app/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { implementation("androidx.browser:browser:1.5.0") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) // Add the dependencies for the In-App Messaging and Analytics libraries // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/messaging/app/build.gradle.kts b/messaging/app/build.gradle.kts index 9e5d1267..c1c18d95 100644 --- a/messaging/app/build.gradle.kts +++ b/messaging/app/build.gradle.kts @@ -37,7 +37,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) // Import Firebase Cloud Messaging library implementation("com.google.firebase:firebase-messaging") @@ -53,5 +53,5 @@ dependencies { implementation("com.google.android.gms:play-services-auth:21.4.0") implementation("androidx.work:work-runtime-ktx:2.11.0") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.4") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.10.0") } diff --git a/ml-functions/app/build.gradle.kts b/ml-functions/app/build.gradle.kts index d5136156..4bb29356 100644 --- a/ml-functions/app/build.gradle.kts +++ b/ml-functions/app/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) // Cloud Functions for Firebase implementation("com.google.firebase:firebase-functions") diff --git a/perf/app/build.gradle.kts b/perf/app/build.gradle.kts index 4a7796d3..94507293 100644 --- a/perf/app/build.gradle.kts +++ b/perf/app/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) // Add the dependency for the Performance Monitoring library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/storage/app/build.gradle.kts b/storage/app/build.gradle.kts index ab14b912..3d79feb2 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.3.2" + id("com.google.devtools.ksp") version "2.3.3" } android { @@ -41,7 +41,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) // Add the dependency for the Cloud Storage library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/tasks/app/build.gradle.kts b/tasks/app/build.gradle.kts index 007685c3..9efa05b0 100644 --- a/tasks/app/build.gradle.kts +++ b/tasks/app/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:34.5.0")) + implementation(platform("com.google.firebase:firebase-bom:34.6.0")) // Import Firebase Authentication library implementation("com.google.firebase:firebase-auth")