From 0a15d26b4e5dc5c85a02c27d7ed831fc6c403c03 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Wed, 16 Jul 2025 18:12:25 -0400 Subject: [PATCH 1/2] Auto-update dependencies. --- admob/app/build.gradle.kts | 6 +++--- admob/build.gradle.kts | 6 +++--- analytics/app/build.gradle.kts | 4 ++-- analytics/build.gradle.kts | 6 +++--- appdistribution/app/build.gradle.kts | 2 +- appdistribution/build.gradle.kts | 6 +++--- auth/app/build.gradle.kts | 6 +++--- auth/build.gradle.kts | 6 +++--- build.gradle.kts | 8 ++++---- config/app/build.gradle.kts | 2 +- config/build.gradle.kts | 6 +++--- crash/app/build.gradle.kts | 2 +- crash/build.gradle.kts | 6 +++--- database/app/build.gradle.kts | 6 +++--- database/build.gradle.kts | 6 +++--- dynamiclinks/app/build.gradle.kts | 2 +- dynamiclinks/build.gradle.kts | 6 +++--- firebase-ai/build.gradle.kts | 6 +++--- firebase-ai/gradle/libs.versions.toml | 8 ++++---- firestore/app/build.gradle.kts | 10 +++++----- firestore/build.gradle.kts | 8 ++++---- functions/app/build.gradle.kts | 2 +- functions/build.gradle.kts | 6 +++--- gradle/libs.versions.toml | 14 +++++++------- inappmessaging/app/build.gradle.kts | 2 +- inappmessaging/build.gradle.kts | 6 +++--- internal/lint/build.gradle.kts | 6 +++--- messaging/app/build.gradle.kts | 2 +- messaging/build.gradle.kts | 6 +++--- perf/app/build.gradle.kts | 4 ++-- perf/build.gradle.kts | 6 +++--- storage/app/build.gradle.kts | 2 +- storage/build.gradle.kts | 6 +++--- 33 files changed, 90 insertions(+), 90 deletions(-) diff --git a/admob/app/build.gradle.kts b/admob/app/build.gradle.kts index 4c7fb5337..ae2abe3de 100644 --- a/admob/app/build.gradle.kts +++ b/admob/app/build.gradle.kts @@ -52,13 +52,13 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") implementation("com.google.android.material:material:1.12.0") implementation("androidx.browser:browser:1.5.0") - implementation("androidx.navigation:navigation-fragment-ktx:2.9.0") - implementation("androidx.navigation:navigation-ui-ktx:2.9.0") + implementation("androidx.navigation:navigation-fragment-ktx:2.9.2") + implementation("androidx.navigation:navigation-ui-ktx:2.9.2") implementation("com.google.android.gms:play-services-ads:23.3.0") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // For an optimal experience using AdMob, add the Firebase SDK // for Google Analytics. This is recommended, but not required. diff --git a/admob/build.gradle.kts b/admob/build.gradle.kts index 2e3cafbef..c0926a87e 100644 --- a/admob/build.gradle.kts +++ b/admob/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/analytics/app/build.gradle.kts b/analytics/app/build.gradle.kts index 5e84606a1..6363217ea 100644 --- a/analytics/app/build.gradle.kts +++ b/analytics/app/build.gradle.kts @@ -53,10 +53,10 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") implementation("androidx.preference:preference-ktx:1.2.1") // Needed to override the version used by preference-ktx - implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1") + implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // Firebase Analytics implementation("com.google.firebase:firebase-analytics") diff --git a/analytics/build.gradle.kts b/analytics/build.gradle.kts index 4fa654d63..a29e9add2 100644 --- a/analytics/build.gradle.kts +++ b/analytics/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/appdistribution/app/build.gradle.kts b/appdistribution/app/build.gradle.kts index 2b50f64e9..7e30e7b47 100644 --- a/appdistribution/app/build.gradle.kts +++ b/appdistribution/app/build.gradle.kts @@ -53,7 +53,7 @@ dependencies { implementation("androidx.multidex:multidex:2.0.1") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // ADD the SDK to the "prerelease" variant only (example) implementation("com.google.firebase:firebase-appdistribution:16.0.0-beta15") diff --git a/appdistribution/build.gradle.kts b/appdistribution/build.gradle.kts index e568631af..e1a62482c 100644 --- a/appdistribution/build.gradle.kts +++ b/appdistribution/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/auth/app/build.gradle.kts b/auth/app/build.gradle.kts index bbe968a52..5b304de47 100644 --- a/auth/app/build.gradle.kts +++ b/auth/app/build.gradle.kts @@ -55,11 +55,11 @@ dependencies { implementation("androidx.constraintlayout:constraintlayout:2.2.1") implementation("androidx.vectordrawable:vectordrawable-animated:1.2.0") implementation("com.google.android.material:material:1.12.0") - implementation("androidx.navigation:navigation-fragment-ktx:2.9.0") - implementation("androidx.navigation:navigation-ui-ktx:2.9.0") + implementation("androidx.navigation:navigation-fragment-ktx:2.9.2") + implementation("androidx.navigation:navigation-ui-ktx:2.9.2") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // Firebase Authentication implementation("com.google.firebase:firebase-auth") diff --git a/auth/build.gradle.kts b/auth/build.gradle.kts index e568631af..e1a62482c 100644 --- a/auth/build.gradle.kts +++ b/auth/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/build.gradle.kts b/build.gradle.kts index 402002645..870b369e0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,13 +1,13 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false id("com.google.firebase.crashlytics") version "3.0.4" apply false id("com.google.firebase.firebase-perf") version "1.4.2" apply false - id("androidx.navigation.safeargs") version "2.9.0" apply false + id("androidx.navigation.safeargs") version "2.9.2" apply false id("com.github.ben-manes.versions") version "0.52.0" apply true id("org.jetbrains.kotlin.plugin.compose") version "2.2.0" apply false } diff --git a/config/app/build.gradle.kts b/config/app/build.gradle.kts index a2e951e89..ae548e465 100644 --- a/config/app/build.gradle.kts +++ b/config/app/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { implementation("com.google.android.material:material:1.12.0") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // Firebase Remote Config implementation("com.google.firebase:firebase-config") diff --git a/config/build.gradle.kts b/config/build.gradle.kts index 2e3cafbef..c0926a87e 100644 --- a/config/build.gradle.kts +++ b/config/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/crash/app/build.gradle.kts b/crash/app/build.gradle.kts index df0ba72a0..0c9122af8 100644 --- a/crash/app/build.gradle.kts +++ b/crash/app/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { implementation("androidx.activity:activity-ktx:1.10.1") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // Firebase Crashlytics implementation("com.google.firebase:firebase-crashlytics") diff --git a/crash/build.gradle.kts b/crash/build.gradle.kts index 9bf402156..280a85f35 100644 --- a/crash/build.gradle.kts +++ b/crash/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false id("com.google.firebase.crashlytics") version "3.0.4" apply false } diff --git a/database/app/build.gradle.kts b/database/app/build.gradle.kts index 320fbb041..c5cbf3ac0 100644 --- a/database/app/build.gradle.kts +++ b/database/app/build.gradle.kts @@ -51,11 +51,11 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.1") implementation("androidx.recyclerview:recyclerview:1.4.0") implementation("com.google.android.material:material:1.12.0") - implementation("androidx.navigation:navigation-fragment-ktx:2.9.0") - implementation("androidx.navigation:navigation-ui-ktx:2.9.0") + implementation("androidx.navigation:navigation-fragment-ktx:2.9.2") + implementation("androidx.navigation:navigation-ui-ktx:2.9.2") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // Firebase Realtime Database implementation("com.google.firebase:firebase-database") diff --git a/database/build.gradle.kts b/database/build.gradle.kts index e568631af..e1a62482c 100644 --- a/database/build.gradle.kts +++ b/database/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/dynamiclinks/app/build.gradle.kts b/dynamiclinks/app/build.gradle.kts index 025c4d95b..75308067f 100644 --- a/dynamiclinks/app/build.gradle.kts +++ b/dynamiclinks/app/build.gradle.kts @@ -62,7 +62,7 @@ dependencies { implementation("com.google.android.material:material:1.12.0") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // Firebase Dynamic Links implementation("com.google.firebase:firebase-dynamic-links") diff --git a/dynamiclinks/build.gradle.kts b/dynamiclinks/build.gradle.kts index e568631af..e1a62482c 100644 --- a/dynamiclinks/build.gradle.kts +++ b/dynamiclinks/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/firebase-ai/build.gradle.kts b/firebase-ai/build.gradle.kts index 81dcaa9e8..f9e8c0a44 100644 --- a/firebase-ai/build.gradle.kts +++ b/firebase-ai/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.2.0" apply false id("org.jetbrains.kotlin.plugin.serialization") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } diff --git a/firebase-ai/gradle/libs.versions.toml b/firebase-ai/gradle/libs.versions.toml index 3ada50909..d86e7a097 100644 --- a/firebase-ai/gradle/libs.versions.toml +++ b/firebase-ai/gradle/libs.versions.toml @@ -2,15 +2,15 @@ activityCompose = "1.10.1" agp = "8.9.2" composeBom = "2024.09.00" -composeNavigation = "2.9.0" +composeNavigation = "2.9.2" coreKtx = "1.16.0" espressoCore = "3.6.1" -firebaseBom = "33.15.0" +firebaseBom = "33.16.0" junit = "4.13.2" junitVersion = "1.2.1" kotlin = "2.0.21" -kotlinxSerializationCore = "1.8.1" -lifecycle = "2.9.1" +kotlinxSerializationCore = "1.9.0" +lifecycle = "2.9.2" lifecycleRuntimeKtx = "2.8.7" [libraries] diff --git a/firestore/app/build.gradle.kts b/firestore/app/build.gradle.kts index 36fa09818..6b4bf04a8 100644 --- a/firestore/app/build.gradle.kts +++ b/firestore/app/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { implementation(project(":internal:chooserx")) // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // Firestore implementation("com.google.firebase:firebase-firestore") @@ -80,13 +80,13 @@ dependencies { implementation("androidx.media:media:1.7.0") implementation("androidx.recyclerview:recyclerview:1.4.0") implementation("androidx.multidex:multidex:2.0.1") - implementation("androidx.navigation:navigation-fragment-ktx:2.9.0") - implementation("androidx.navigation:navigation-ui-ktx:2.9.0") + implementation("androidx.navigation:navigation-fragment-ktx:2.9.2") + implementation("androidx.navigation:navigation-ui-ktx:2.9.2") // Android architecture components - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.1") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.2") implementation("androidx.lifecycle:lifecycle-extensions:2.2.0") - annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.9.1") + annotationProcessor("androidx.lifecycle:lifecycle-compiler:2.9.2") // Third-party libraries implementation("me.zhanghai.android.materialratingbar:library:1.4.0") diff --git a/firestore/build.gradle.kts b/firestore/build.gradle.kts index 89f4085d6..657cf22cf 100644 --- a/firestore/build.gradle.kts +++ b/firestore/build.gradle.kts @@ -1,11 +1,11 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false - id("androidx.navigation.safeargs") version "2.9.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false + id("androidx.navigation.safeargs") version "2.9.2" apply false } allprojects { diff --git a/functions/app/build.gradle.kts b/functions/app/build.gradle.kts index 171d82f76..a0e617825 100644 --- a/functions/app/build.gradle.kts +++ b/functions/app/build.gradle.kts @@ -51,7 +51,7 @@ dependencies { implementation("com.google.android.material:material:1.12.0") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // Cloud Functions for Firebase implementation("com.google.firebase:firebase-functions") diff --git a/functions/build.gradle.kts b/functions/build.gradle.kts index e568631af..e1a62482c 100644 --- a/functions/build.gradle.kts +++ b/functions/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index fbd0a3b1f..0812b49eb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,18 +1,18 @@ [versions] -agp = "8.10.1" +agp = "8.11.1" coilCompose = "2.7.0" -firebaseBom = "33.15.0" +firebaseBom = "33.16.0" kotlin = "2.2.0" coreKtx = "1.16.0" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" -kotlinxSerializationCore = "1.8.1" -lifecycle = "2.9.1" +kotlinxSerializationCore = "1.9.0" +lifecycle = "2.9.2" activityCompose = "1.10.1" -composeBom = "2025.06.01" -googleServices = "4.4.2" -composeNavigation = "2.9.0" +composeBom = "2025.07.00" +googleServices = "4.4.3" +composeNavigation = "2.9.2" [libraries] androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" } diff --git a/inappmessaging/app/build.gradle.kts b/inappmessaging/app/build.gradle.kts index ac817bd37..f55c855cb 100644 --- a/inappmessaging/app/build.gradle.kts +++ b/inappmessaging/app/build.gradle.kts @@ -52,7 +52,7 @@ dependencies { implementation("androidx.multidex:multidex:2.0.1") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // FIAM implementation("com.google.firebase:firebase-inappmessaging-display") diff --git a/inappmessaging/build.gradle.kts b/inappmessaging/build.gradle.kts index e568631af..e1a62482c 100644 --- a/inappmessaging/build.gradle.kts +++ b/inappmessaging/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/internal/lint/build.gradle.kts b/internal/lint/build.gradle.kts index 9688182f2..e63304acf 100755 --- a/internal/lint/build.gradle.kts +++ b/internal/lint/build.gradle.kts @@ -9,8 +9,8 @@ java { } dependencies { - compileOnly("com.android.tools.lint:lint-api:31.10.1") - testImplementation("com.android.tools.lint:lint:31.10.1") - testImplementation("com.android.tools.lint:lint-tests:31.10.1") + compileOnly("com.android.tools.lint:lint-api:31.11.1") + testImplementation("com.android.tools.lint:lint:31.11.1") + testImplementation("com.android.tools.lint:lint-tests:31.11.1") testImplementation("junit:junit:4.13.2") } diff --git a/messaging/app/build.gradle.kts b/messaging/app/build.gradle.kts index 17d538a42..40998198c 100644 --- a/messaging/app/build.gradle.kts +++ b/messaging/app/build.gradle.kts @@ -64,7 +64,7 @@ dependencies { implementation("com.google.android.material:material:1.12.0") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // Firebase Cloud Messaging implementation("com.google.firebase:firebase-messaging") diff --git a/messaging/build.gradle.kts b/messaging/build.gradle.kts index 2e3cafbef..c0926a87e 100644 --- a/messaging/build.gradle.kts +++ b/messaging/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/perf/app/build.gradle.kts b/perf/app/build.gradle.kts index b0a853b19..09512d718 100644 --- a/perf/app/build.gradle.kts +++ b/perf/app/build.gradle.kts @@ -61,14 +61,14 @@ dependencies { implementation(project(":internal:chooserx")) // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // Firebase Performance Monitoring implementation("com.google.firebase:firebase-perf") implementation("com.google.android.material:material:1.12.0") implementation("androidx.constraintlayout:constraintlayout:2.2.1") - implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.1") + implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.2") implementation("com.github.bumptech.glide:glide:4.12.0") diff --git a/perf/build.gradle.kts b/perf/build.gradle.kts index f49d876a4..4ac0a58f0 100644 --- a/perf/build.gradle.kts +++ b/perf/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false id("com.google.firebase.firebase-perf") version "1.4.2" apply false } diff --git a/storage/app/build.gradle.kts b/storage/app/build.gradle.kts index 2a4bc4871..8af87594d 100644 --- a/storage/app/build.gradle.kts +++ b/storage/app/build.gradle.kts @@ -48,7 +48,7 @@ dependencies { implementation(project(":internal:chooserx")) // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // Cloud Storage for Firebase implementation("com.google.firebase:firebase-storage") diff --git a/storage/build.gradle.kts b/storage/build.gradle.kts index e568631af..e1a62482c 100644 --- a/storage/build.gradle.kts +++ b/storage/build.gradle.kts @@ -1,10 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.10.1" apply false - id("com.android.library") version "8.10.1" apply false + id("com.android.application") version "8.11.1" apply false + id("com.android.library") version "8.11.1" apply false id("org.jetbrains.kotlin.android") version "2.2.0" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { From 0d3887b682f404a3c29c8d00c13240234041b131 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ros=C3=A1rio=20P=2E=20Fernandes?= Date: Thu, 17 Jul 2025 16:11:26 +0100 Subject: [PATCH 2/2] chore: gradle 8.14.3 --- admob/gradle/wrapper/gradle-wrapper.properties | 2 +- analytics/gradle/wrapper/gradle-wrapper.properties | 2 +- appdistribution/gradle/wrapper/gradle-wrapper.properties | 2 +- auth/gradle/wrapper/gradle-wrapper.properties | 2 +- config/gradle/wrapper/gradle-wrapper.properties | 2 +- crash/gradle/wrapper/gradle-wrapper.properties | 2 +- database/gradle/wrapper/gradle-wrapper.properties | 2 +- dataconnect/gradle/wrapper/gradle-wrapper.properties | 2 +- dynamiclinks/gradle/wrapper/gradle-wrapper.properties | 2 +- firestore/gradle/wrapper/gradle-wrapper.properties | 2 +- functions/gradle/wrapper/gradle-wrapper.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- inappmessaging/gradle/wrapper/gradle-wrapper.properties | 2 +- messaging/gradle/wrapper/gradle-wrapper.properties | 2 +- perf/gradle/wrapper/gradle-wrapper.properties | 2 +- storage/gradle/wrapper/gradle-wrapper.properties | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/admob/gradle/wrapper/gradle-wrapper.properties b/admob/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/admob/gradle/wrapper/gradle-wrapper.properties +++ b/admob/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/analytics/gradle/wrapper/gradle-wrapper.properties b/analytics/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/analytics/gradle/wrapper/gradle-wrapper.properties +++ b/analytics/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/appdistribution/gradle/wrapper/gradle-wrapper.properties b/appdistribution/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/appdistribution/gradle/wrapper/gradle-wrapper.properties +++ b/appdistribution/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/auth/gradle/wrapper/gradle-wrapper.properties b/auth/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/auth/gradle/wrapper/gradle-wrapper.properties +++ b/auth/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/config/gradle/wrapper/gradle-wrapper.properties b/config/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/config/gradle/wrapper/gradle-wrapper.properties +++ b/config/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/crash/gradle/wrapper/gradle-wrapper.properties b/crash/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/crash/gradle/wrapper/gradle-wrapper.properties +++ b/crash/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/database/gradle/wrapper/gradle-wrapper.properties b/database/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/database/gradle/wrapper/gradle-wrapper.properties +++ b/database/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/dataconnect/gradle/wrapper/gradle-wrapper.properties b/dataconnect/gradle/wrapper/gradle-wrapper.properties index 915f23905..34ddbf468 100644 --- a/dataconnect/gradle/wrapper/gradle-wrapper.properties +++ b/dataconnect/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed May 08 19:29:05 BST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/dynamiclinks/gradle/wrapper/gradle-wrapper.properties b/dynamiclinks/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/dynamiclinks/gradle/wrapper/gradle-wrapper.properties +++ b/dynamiclinks/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/firestore/gradle/wrapper/gradle-wrapper.properties b/firestore/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/firestore/gradle/wrapper/gradle-wrapper.properties +++ b/firestore/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/functions/gradle/wrapper/gradle-wrapper.properties b/functions/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/functions/gradle/wrapper/gradle-wrapper.properties +++ b/functions/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 18362b78b..aa02b02fc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/inappmessaging/gradle/wrapper/gradle-wrapper.properties b/inappmessaging/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/inappmessaging/gradle/wrapper/gradle-wrapper.properties +++ b/inappmessaging/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/messaging/gradle/wrapper/gradle-wrapper.properties b/messaging/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/messaging/gradle/wrapper/gradle-wrapper.properties +++ b/messaging/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/perf/gradle/wrapper/gradle-wrapper.properties b/perf/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/perf/gradle/wrapper/gradle-wrapper.properties +++ b/perf/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/storage/gradle/wrapper/gradle-wrapper.properties b/storage/gradle/wrapper/gradle-wrapper.properties index d6e308a63..3ae1e2f12 100644 --- a/storage/gradle/wrapper/gradle-wrapper.properties +++ b/storage/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists