diff --git a/admob/app/build.gradle.kts b/admob/app/build.gradle.kts index 918f1fee..a681ff33 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.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 77ab4681..4a5d4cae 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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/admob/gradle/wrapper/gradle-wrapper.properties b/admob/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/analytics/app/build.gradle.kts b/analytics/app/build.gradle.kts index 0b9a75d8..c7d045a5 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.1") - implementation("com.google.firebase:firebase-analytics:22.4.0") + implementation("com.google.firebase:firebase-analytics:22.5.0") // 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 091ee8db..062bea74 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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/analytics/gradle/wrapper/gradle-wrapper.properties b/analytics/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/appcheck/app/build.gradle.kts b/appcheck/app/build.gradle.kts index d8153a06..f560a4f3 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:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.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 2bd14091..699edea8 100644 --- a/appcheck/build.gradle.kts +++ b/appcheck/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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/appcheck/gradle/wrapper/gradle-wrapper.properties b/appcheck/gradle/wrapper/gradle-wrapper.properties index e89bd03f..678bcb4a 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.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip distributionPath=wrapper/dists zipStorePath=wrapper/dists zipStoreBase=GRADLE_USER_HOME diff --git a/auth/app/build.gradle.kts b/auth/app/build.gradle.kts index 97ff21b9..47a662e4 100644 --- a/auth/app/build.gradle.kts +++ b/auth/app/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { implementation("androidx.activity:activity-ktx:1.10.1") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.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 77ab4681..4a5d4cae 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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/auth/gradle/wrapper/gradle-wrapper.properties b/auth/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/build.gradle.kts b/build.gradle.kts index 645f65cc..18696fcf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -2,10 +2,10 @@ 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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" 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 diff --git a/config/app/build.gradle.kts b/config/app/build.gradle.kts index 2bb888ac..dd079917 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:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.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 77ab4681..4a5d4cae 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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/config/gradle/wrapper/gradle-wrapper.properties b/config/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/crashlytics/app/build.gradle.kts b/crashlytics/app/build.gradle.kts index e831465b..924c8527 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:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.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 6f7a3d48..51b86557 100644 --- a/crashlytics/build.gradle.kts +++ b/crashlytics/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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" 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/crashlytics/gradle/wrapper/gradle-wrapper.properties b/crashlytics/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/database/app/build.gradle.kts b/database/app/build.gradle.kts index 8682575f..a3f87d02 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:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.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 4f81ffbb..285cca6d 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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/database/gradle/wrapper/gradle-wrapper.properties b/database/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/dl-invites/app/build.gradle.kts b/dl-invites/app/build.gradle.kts index 09844033..f8fe9437 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.2.1") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.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 77ab4681..4a5d4cae 100644 --- a/dl-invites/build.gradle.kts +++ b/dl-invites/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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/dl-invites/gradle/wrapper/gradle-wrapper.properties b/dl-invites/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/dynamic-links/app/build.gradle.kts b/dynamic-links/app/build.gradle.kts index 483e187d..09942e3e 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.1") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.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 77ab4681..4a5d4cae 100644 --- a/dynamic-links/build.gradle.kts +++ b/dynamic-links/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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/dynamic-links/gradle/wrapper/gradle-wrapper.properties b/dynamic-links/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/firebaseoptions/app/build.gradle.kts b/firebaseoptions/app/build.gradle.kts index 5620924f..edf9ecee 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:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.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 77ab4681..4a5d4cae 100644 --- a/firebaseoptions/build.gradle.kts +++ b/firebaseoptions/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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/firebaseoptions/gradle/wrapper/gradle-wrapper.properties b/firebaseoptions/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/firestore/app/build.gradle.kts b/firestore/app/build.gradle.kts index fb47754b..ff220e34 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.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.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 77ab4681..4a5d4cae 100644 --- a/firestore/build.gradle.kts +++ b/firestore/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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/firestore/gradle/wrapper/gradle-wrapper.properties b/firestore/gradle/wrapper/gradle-wrapper.properties index daa362ae..52c8d392 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.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/functions/app/build.gradle.kts b/functions/app/build.gradle.kts index 6dc65320..f9eca809 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:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.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 77ab4681..4a5d4cae 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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/functions/gradle/wrapper/gradle-wrapper.properties b/functions/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9e9d2cf8..b55d4915 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,16 +1,16 @@ [versions] -agp = "8.10.1" -firebaseAi = "16.1.0" +agp = "8.11.0" +firebaseAi = "16.2.0" guava = "32.0.1-android" -kotlin = "2.1.21" +kotlin = "2.2.0" coreKtx = "1.16.0" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" -kotlinxSerializationJson = "1.8.1" +kotlinxSerializationJson = "1.9.0" lifecycleRuntimeKtx = "2.9.1" activityCompose = "1.10.1" -composeBom = "2025.06.00" +composeBom = "2025.06.01" reactiveStreams = "1.0.4" vertexAI = "16.5.0" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/inappmessaging/app/build.gradle.kts b/inappmessaging/app/build.gradle.kts index d08b79ac..9122d342 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.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.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 77ab4681..4a5d4cae 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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/inappmessaging/gradle/wrapper/gradle-wrapper.properties b/inappmessaging/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/installations/build.gradle.kts b/installations/build.gradle.kts index 7bea1eb8..776f0287 100644 --- a/installations/build.gradle.kts +++ b/installations/build.gradle.kts @@ -1,9 +1,9 @@ // 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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/installations/gradle/wrapper/gradle-wrapper.properties b/installations/gradle/wrapper/gradle-wrapper.properties index 268942f2..e3fdc867 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.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip diff --git a/messaging/app/build.gradle.kts b/messaging/app/build.gradle.kts index 70d2b9d2..4812dea7 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:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // Import Firebase Cloud Messaging library implementation("com.google.firebase:firebase-messaging") @@ -52,6 +52,6 @@ dependencies { implementation("com.google.firebase:firebase-firestore") implementation("com.google.android.gms:play-services-auth:21.3.0") - implementation("androidx.work:work-runtime-ktx:2.10.1") + implementation("androidx.work:work-runtime-ktx:2.10.2") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.9.1") } diff --git a/messaging/build.gradle.kts b/messaging/build.gradle.kts index 77ab4681..4a5d4cae 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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/messaging/gradle/wrapper/gradle-wrapper.properties b/messaging/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/ml-functions/app/build.gradle.kts b/ml-functions/app/build.gradle.kts index 5141e6cb..6a46ff43 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: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/ml-functions/build.gradle.kts b/ml-functions/build.gradle.kts index 77ab4681..4a5d4cae 100644 --- a/ml-functions/build.gradle.kts +++ b/ml-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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/ml-functions/gradle/wrapper/gradle-wrapper.properties b/ml-functions/gradle/wrapper/gradle-wrapper.properties index d97a2ce1..fbe98d91 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.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip diff --git a/mlkit/build.gradle.kts b/mlkit/build.gradle.kts index 77ab4681..4a5d4cae 100644 --- a/mlkit/build.gradle.kts +++ b/mlkit/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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/mlkit/gradle/wrapper/gradle-wrapper.properties b/mlkit/gradle/wrapper/gradle-wrapper.properties index c9f4f67c..b8fdc9e2 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.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/perf/app/build.gradle.kts b/perf/app/build.gradle.kts index 066b9c35..f369cede 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:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.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 dc864704..7a6042db 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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" 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/perf/gradle/wrapper/gradle-wrapper.properties b/perf/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/storage/app/build.gradle.kts b/storage/app/build.gradle.kts index deb9e6f3..2f24ac9e 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.1.21-2.0.2" + id("com.google.devtools.ksp") version "2.2.0-2.0.2" } 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:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.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 77ab4681..4a5d4cae 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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/storage/gradle/wrapper/gradle-wrapper.properties b/storage/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/tasks/app/build.gradle.kts b/tasks/app/build.gradle.kts index 1a669768..c1f3215d 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:33.15.0")) + implementation(platform("com.google.firebase:firebase-bom:33.16.0")) // Import Firebase Authentication library implementation("com.google.firebase:firebase-auth") diff --git a/tasks/build.gradle.kts b/tasks/build.gradle.kts index 77ab4681..4a5d4cae 100644 --- a/tasks/build.gradle.kts +++ b/tasks/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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/tasks/gradle/wrapper/gradle-wrapper.properties b/tasks/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/test-lab/build.gradle.kts b/test-lab/build.gradle.kts index 77ab4681..4a5d4cae 100644 --- a/test-lab/build.gradle.kts +++ b/test-lab/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("org.jetbrains.kotlin.android") version "2.1.21" apply false - id("com.google.gms.google-services") version "4.4.2" apply false + id("com.android.application") version "8.11.0" apply false + id("com.android.library") version "8.11.0" apply false + id("org.jetbrains.kotlin.android") version "2.2.0" apply false + id("com.google.gms.google-services") version "4.4.3" apply false } allprojects { diff --git a/test-lab/gradle/wrapper/gradle-wrapper.properties b/test-lab/gradle/wrapper/gradle-wrapper.properties index d6e308a6..0b55a3bd 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.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists