From c171228dd632e19af0526a27f1b4ea37ec4af2d7 Mon Sep 17 00:00:00 2001 From: DPE bot Date: Wed, 2 Oct 2024 05:54:58 -0400 Subject: [PATCH 1/2] Auto-update dependencies. --- admob/app/build.gradle.kts | 2 +- admob/build.gradle.kts | 4 ++-- analytics/app/build.gradle.kts | 2 +- analytics/build.gradle.kts | 4 ++-- appcheck/app/build.gradle.kts | 2 +- appcheck/build.gradle.kts | 4 ++-- auth/app/build.gradle.kts | 2 +- auth/build.gradle.kts | 4 ++-- build.gradle.kts | 4 ++-- config/app/build.gradle.kts | 2 +- config/build.gradle.kts | 4 ++-- crashlytics/app/build.gradle.kts | 2 +- crashlytics/build.gradle.kts | 4 ++-- database/app/build.gradle.kts | 2 +- database/build.gradle.kts | 4 ++-- dl-invites/app/build.gradle.kts | 2 +- dl-invites/build.gradle.kts | 4 ++-- dynamic-links/app/build.gradle.kts | 2 +- dynamic-links/build.gradle.kts | 4 ++-- firebaseoptions/app/build.gradle.kts | 2 +- firebaseoptions/build.gradle.kts | 4 ++-- firestore/app/build.gradle.kts | 2 +- firestore/build.gradle.kts | 4 ++-- functions/app/build.gradle.kts | 2 +- functions/build.gradle.kts | 4 ++-- gradle/libs.versions.toml | 4 ++-- inappmessaging/app/build.gradle.kts | 2 +- inappmessaging/build.gradle.kts | 4 ++-- installations/build.gradle.kts | 4 ++-- messaging/app/build.gradle.kts | 2 +- messaging/build.gradle.kts | 4 ++-- ml-functions/app/build.gradle.kts | 2 +- ml-functions/build.gradle.kts | 4 ++-- mlkit/build.gradle.kts | 4 ++-- perf/app/build.gradle.kts | 2 +- perf/build.gradle.kts | 4 ++-- storage/app/build.gradle.kts | 2 +- storage/build.gradle.kts | 4 ++-- tasks/app/build.gradle.kts | 2 +- tasks/build.gradle.kts | 4 ++-- test-lab/build.gradle.kts | 4 ++-- 41 files changed, 64 insertions(+), 64 deletions(-) diff --git a/admob/app/build.gradle.kts b/admob/app/build.gradle.kts index bd3aaf3d..6ce1e554 100644 --- a/admob/app/build.gradle.kts +++ b/admob/app/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { // [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:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.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 6be7bb35..2d4304fb 100644 --- a/admob/build.gradle.kts +++ b/admob/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/analytics/app/build.gradle.kts b/analytics/app/build.gradle.kts index a567e0df..54f02544 100644 --- a/analytics/app/build.gradle.kts +++ b/analytics/app/build.gradle.kts @@ -35,7 +35,7 @@ android { dependencies { implementation("androidx.legacy:legacy-support-v4:1.0.0") implementation("androidx.appcompat:appcompat:1.7.0") - implementation("com.google.firebase:firebase-analytics:22.1.0") + implementation("com.google.firebase:firebase-analytics:22.1.2") // Ironsource and AppLovin libraries used for ad_impression snippets implementation("com.applovin:applovin-sdk:11.5.1") implementation("com.ironsource.sdk:mediationsdk:7.2.4.1") diff --git a/analytics/build.gradle.kts b/analytics/build.gradle.kts index d72b9458..7a36fa2c 100644 --- a/analytics/build.gradle.kts +++ b/analytics/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/appcheck/app/build.gradle.kts b/appcheck/app/build.gradle.kts index 3e5e7cde..062b7eaa 100644 --- a/appcheck/app/build.gradle.kts +++ b/appcheck/app/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { implementation("androidx.constraintlayout:constraintlayout:2.1.4") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.0")) implementation("com.google.firebase:firebase-appcheck") implementation("com.google.firebase:firebase-appcheck-playintegrity") implementation("com.google.firebase:firebase-appcheck-debug") diff --git a/appcheck/build.gradle.kts b/appcheck/build.gradle.kts index 6851d10f..9142477a 100644 --- a/appcheck/build.gradle.kts +++ b/appcheck/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/auth/app/build.gradle.kts b/auth/app/build.gradle.kts index f256e211..dfda2c58 100644 --- a/auth/app/build.gradle.kts +++ b/auth/app/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { implementation("androidx.activity:activity-ktx:1.9.2") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.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/auth/build.gradle.kts b/auth/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/auth/build.gradle.kts +++ b/auth/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/build.gradle.kts b/build.gradle.kts index cb48d7e1..ae469163 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,8 +2,8 @@ import com.github.benmanes.gradle.versions.updates.DependencyUpdatesTask plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false id("com.google.firebase.crashlytics") version "3.0.2" apply false diff --git a/config/app/build.gradle.kts b/config/app/build.gradle.kts index 2baee13d..03ac3367 100644 --- a/config/app/build.gradle.kts +++ b/config/app/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("androidx.constraintlayout:constraintlayout:2.1.4") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.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/config/build.gradle.kts b/config/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/config/build.gradle.kts +++ b/config/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/crashlytics/app/build.gradle.kts b/crashlytics/app/build.gradle.kts index f2182c35..f124eef1 100644 --- a/crashlytics/app/build.gradle.kts +++ b/crashlytics/app/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.0") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.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/crashlytics/build.gradle.kts b/crashlytics/build.gradle.kts index 51dad3b6..2f5a24ab 100644 --- a/crashlytics/build.gradle.kts +++ b/crashlytics/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false id("com.google.firebase.crashlytics") version "3.0.2" apply false diff --git a/database/app/build.gradle.kts b/database/app/build.gradle.kts index 2a44bdc0..dbda0de9 100644 --- a/database/app/build.gradle.kts +++ b/database/app/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.0") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.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/database/build.gradle.kts b/database/build.gradle.kts index 0c903025..4fb5fc16 100644 --- a/database/build.gradle.kts +++ b/database/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/dl-invites/app/build.gradle.kts b/dl-invites/app/build.gradle.kts index 3b87b23f..4bda2f7b 100644 --- a/dl-invites/app/build.gradle.kts +++ b/dl-invites/app/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { implementation("androidx.constraintlayout:constraintlayout:2.1.4") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.0")) // Add the dependency for the Dynamic Links library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/dl-invites/build.gradle.kts b/dl-invites/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/dl-invites/build.gradle.kts +++ b/dl-invites/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/dynamic-links/app/build.gradle.kts b/dynamic-links/app/build.gradle.kts index c40516b6..84353c2a 100644 --- a/dynamic-links/app/build.gradle.kts +++ b/dynamic-links/app/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.0") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.0")) // When using the BoM, you don't specify versions in Firebase library dependencies implementation("com.google.firebase:firebase-auth") diff --git a/dynamic-links/build.gradle.kts b/dynamic-links/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/dynamic-links/build.gradle.kts +++ b/dynamic-links/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/firebaseoptions/app/build.gradle.kts b/firebaseoptions/app/build.gradle.kts index b317a544..5f62ca77 100644 --- a/firebaseoptions/app/build.gradle.kts +++ b/firebaseoptions/app/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.0") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.0")) implementation("com.google.firebase:firebase-database") implementation("com.google.firebase:firebase-common") } diff --git a/firebaseoptions/build.gradle.kts b/firebaseoptions/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/firebaseoptions/build.gradle.kts +++ b/firebaseoptions/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/firestore/app/build.gradle.kts b/firestore/app/build.gradle.kts index 75fa000b..a8556bf2 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:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.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/firestore/build.gradle.kts b/firestore/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/firestore/build.gradle.kts +++ b/firestore/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/functions/app/build.gradle.kts b/functions/app/build.gradle.kts index 0467da28..e252a751 100644 --- a/functions/app/build.gradle.kts +++ b/functions/app/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.0") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.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/functions/build.gradle.kts b/functions/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/functions/build.gradle.kts +++ b/functions/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c142dc62..dcfd44ec 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.6.1" +agp = "8.7.0" guava = "32.0.1-android" kotlin = "2.0.20" coreKtx = "1.13.1" @@ -10,7 +10,7 @@ lifecycleRuntimeKtx = "2.8.6" activityCompose = "1.9.2" composeBom = "2024.09.02" reactiveStreams = "1.0.4" -vertexAI = "16.0.0-beta04" +vertexAI = "16.0.0-beta06" [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 bf3916b2..0020c792 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:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.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/inappmessaging/build.gradle.kts b/inappmessaging/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/inappmessaging/build.gradle.kts +++ b/inappmessaging/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/installations/build.gradle.kts b/installations/build.gradle.kts index 8681f235..9509ef19 100644 --- a/installations/build.gradle.kts +++ b/installations/build.gradle.kts @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/messaging/app/build.gradle.kts b/messaging/app/build.gradle.kts index c92dfb89..1f1f9713 100644 --- a/messaging/app/build.gradle.kts +++ b/messaging/app/build.gradle.kts @@ -37,7 +37,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.0") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.0")) // Import Firebase Cloud Messaging library implementation("com.google.firebase:firebase-messaging") diff --git a/messaging/build.gradle.kts b/messaging/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/messaging/build.gradle.kts +++ b/messaging/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/ml-functions/app/build.gradle.kts b/ml-functions/app/build.gradle.kts index 21a45d40..8003b71d 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.0") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.0")) // Cloud Functions for Firebase implementation("com.google.firebase:firebase-functions") diff --git a/ml-functions/build.gradle.kts b/ml-functions/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/ml-functions/build.gradle.kts +++ b/ml-functions/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/mlkit/build.gradle.kts b/mlkit/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/mlkit/build.gradle.kts +++ b/mlkit/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/perf/app/build.gradle.kts b/perf/app/build.gradle.kts index e8b6b6ab..017c9578 100644 --- a/perf/app/build.gradle.kts +++ b/perf/app/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.0") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.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/perf/build.gradle.kts b/perf/build.gradle.kts index 60b4020d..215ad12a 100644 --- a/perf/build.gradle.kts +++ b/perf/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" 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 e379b796..4569c23b 100644 --- a/storage/app/build.gradle.kts +++ b/storage/app/build.gradle.kts @@ -41,7 +41,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.0") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.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/storage/build.gradle.kts b/storage/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/storage/build.gradle.kts +++ b/storage/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/tasks/app/build.gradle.kts b/tasks/app/build.gradle.kts index b0a857c5..10453b26 100644 --- a/tasks/app/build.gradle.kts +++ b/tasks/app/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("androidx.appcompat:appcompat:1.7.0") // Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom) - implementation(platform("com.google.firebase:firebase-bom:33.3.0")) + implementation(platform("com.google.firebase:firebase-bom:33.4.0")) // Import Firebase Authentication library implementation("com.google.firebase:firebase-auth") diff --git a/tasks/build.gradle.kts b/tasks/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/tasks/build.gradle.kts +++ b/tasks/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } diff --git a/test-lab/build.gradle.kts b/test-lab/build.gradle.kts index 6be7bb35..2d4304fb 100644 --- a/test-lab/build.gradle.kts +++ b/test-lab/build.gradle.kts @@ -1,8 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.6.1" apply false - id("com.android.library") version "8.6.1" apply false + id("com.android.application") version "8.7.0" apply false + id("com.android.library") version "8.7.0" apply false id("org.jetbrains.kotlin.android") version "2.0.20" apply false id("com.google.gms.google-services") version "4.4.2" apply false } From 041f08235d0fe0595ceec872a1c4060870d17844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ros=C3=A1rio=20P=2E=20Fernandes?= Date: Wed, 2 Oct 2024 17:16:54 +0100 Subject: [PATCH 2/2] chore: bump to Gradle 8.10.1 --- admob/gradle/wrapper/gradle-wrapper.properties | 2 +- analytics/gradle/wrapper/gradle-wrapper.properties | 2 +- appcheck/gradle/wrapper/gradle-wrapper.properties | 2 +- auth/gradle/wrapper/gradle-wrapper.properties | 2 +- config/gradle/wrapper/gradle-wrapper.properties | 2 +- crashlytics/gradle/wrapper/gradle-wrapper.properties | 2 +- database/gradle/wrapper/gradle-wrapper.properties | 2 +- dl-invites/gradle/wrapper/gradle-wrapper.properties | 2 +- dynamic-links/gradle/wrapper/gradle-wrapper.properties | 2 +- firebaseoptions/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 +- installations/gradle/wrapper/gradle-wrapper.properties | 2 +- messaging/gradle/wrapper/gradle-wrapper.properties | 2 +- ml-functions/gradle/wrapper/gradle-wrapper.properties | 2 +- mlkit/gradle/wrapper/gradle-wrapper.properties | 2 +- perf/gradle/wrapper/gradle-wrapper.properties | 2 +- storage/gradle/wrapper/gradle-wrapper.properties | 2 +- tasks/gradle/wrapper/gradle-wrapper.properties | 2 +- test-lab/gradle/wrapper/gradle-wrapper.properties | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/admob/gradle/wrapper/gradle-wrapper.properties b/admob/gradle/wrapper/gradle-wrapper.properties index 48c0a02c..d642e7f8 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.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-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 48c0a02c..d642e7f8 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.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/appcheck/gradle/wrapper/gradle-wrapper.properties b/appcheck/gradle/wrapper/gradle-wrapper.properties index df805432..02409883 100644 --- a/appcheck/gradle/wrapper/gradle-wrapper.properties +++ b/appcheck/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Mon Jul 26 13:22:22 PDT 2021 distributionBase=GRADLE_USER_HOME -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/auth/gradle/wrapper/gradle-wrapper.properties b/auth/gradle/wrapper/gradle-wrapper.properties index 48c0a02c..d642e7f8 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.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-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 48c0a02c..d642e7f8 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.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/crashlytics/gradle/wrapper/gradle-wrapper.properties b/crashlytics/gradle/wrapper/gradle-wrapper.properties index 48c0a02c..d642e7f8 100644 --- a/crashlytics/gradle/wrapper/gradle-wrapper.properties +++ b/crashlytics/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-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 48c0a02c..d642e7f8 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.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/dl-invites/gradle/wrapper/gradle-wrapper.properties b/dl-invites/gradle/wrapper/gradle-wrapper.properties index 48c0a02c..d642e7f8 100644 --- a/dl-invites/gradle/wrapper/gradle-wrapper.properties +++ b/dl-invites/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/dynamic-links/gradle/wrapper/gradle-wrapper.properties b/dynamic-links/gradle/wrapper/gradle-wrapper.properties index 48c0a02c..d642e7f8 100644 --- a/dynamic-links/gradle/wrapper/gradle-wrapper.properties +++ b/dynamic-links/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/firebaseoptions/gradle/wrapper/gradle-wrapper.properties b/firebaseoptions/gradle/wrapper/gradle-wrapper.properties index 48c0a02c..d642e7f8 100644 --- a/firebaseoptions/gradle/wrapper/gradle-wrapper.properties +++ b/firebaseoptions/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-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 fe4ac103..c93dea4c 100644 --- a/firestore/gradle/wrapper/gradle-wrapper.properties +++ b/firestore/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Wed May 17 13:55:25 PDT 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-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 48c0a02c..d642e7f8 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.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 48c0a02c..d642e7f8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/inappmessaging/gradle/wrapper/gradle-wrapper.properties b/inappmessaging/gradle/wrapper/gradle-wrapper.properties index 48c0a02c..d642e7f8 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.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/installations/gradle/wrapper/gradle-wrapper.properties b/installations/gradle/wrapper/gradle-wrapper.properties index 9bbf2a76..7b3b4d1e 100644 --- a/installations/gradle/wrapper/gradle-wrapper.properties +++ b/installations/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip diff --git a/messaging/gradle/wrapper/gradle-wrapper.properties b/messaging/gradle/wrapper/gradle-wrapper.properties index 48c0a02c..d642e7f8 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.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/ml-functions/gradle/wrapper/gradle-wrapper.properties b/ml-functions/gradle/wrapper/gradle-wrapper.properties index 130c0531..878853b4 100644 --- a/ml-functions/gradle/wrapper/gradle-wrapper.properties +++ b/ml-functions/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip diff --git a/mlkit/gradle/wrapper/gradle-wrapper.properties b/mlkit/gradle/wrapper/gradle-wrapper.properties index efd2fa5a..be9b54ee 100644 --- a/mlkit/gradle/wrapper/gradle-wrapper.properties +++ b/mlkit/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ #Mon May 15 13:34:12 BST 2023 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-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 48c0a02c..d642e7f8 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.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-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 48c0a02c..d642e7f8 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.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/tasks/gradle/wrapper/gradle-wrapper.properties b/tasks/gradle/wrapper/gradle-wrapper.properties index 48c0a02c..d642e7f8 100644 --- a/tasks/gradle/wrapper/gradle-wrapper.properties +++ b/tasks/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/test-lab/gradle/wrapper/gradle-wrapper.properties b/test-lab/gradle/wrapper/gradle-wrapper.properties index 48c0a02c..d642e7f8 100644 --- a/test-lab/gradle/wrapper/gradle-wrapper.properties +++ b/test-lab/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists