diff --git a/admob/app/build.gradle.kts b/admob/app/build.gradle.kts index 69665009..e295824e 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // For an optimal experience using AdMob, add the Firebase SDK // for Google Analytics. This is recommended, but not required. diff --git a/appcheck/app/build.gradle.kts b/appcheck/app/build.gradle.kts index 3a6094bf..2588fe85 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) implementation("com.google.firebase:firebase-appcheck") implementation("com.google.firebase:firebase-appcheck-playintegrity") implementation("com.google.firebase:firebase-appcheck-debug") diff --git a/auth/app/build.gradle.kts b/auth/app/build.gradle.kts index e8d210a0..a6248e8d 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.3") // Import the BoM for the Firebase platform - implementation(platform("com.google.firebase:firebase-bom:33.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // Add the dependency for the Firebase Authentication library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/config/app/build.gradle.kts b/config/app/build.gradle.kts index bc380a82..219e54f7 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // Add the dependencies for the Remote Config and Analytics libraries // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/crashlytics/app/build.gradle.kts b/crashlytics/app/build.gradle.kts index f51bc3b6..4d832eb9 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // Add the dependencies for the Crashlytics and Analytics libraries // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/database/app/build.gradle.kts b/database/app/build.gradle.kts index bdc15c46..45e9f85e 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // Add the dependency for the Realtime Database library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/dl-invites/app/build.gradle.kts b/dl-invites/app/build.gradle.kts index a9f34edd..b743c66a 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // Add the dependency for the Dynamic Links library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/dynamic-links/app/build.gradle.kts b/dynamic-links/app/build.gradle.kts index 0316a32c..95bdf008 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // When using the BoM, you don't specify versions in Firebase library dependencies implementation("com.google.firebase:firebase-auth") diff --git a/firebaseoptions/app/build.gradle.kts b/firebaseoptions/app/build.gradle.kts index 0d300c40..ba7dcc31 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) implementation("com.google.firebase:firebase-database") implementation("com.google.firebase:firebase-common") } diff --git a/firestore/app/build.gradle.kts b/firestore/app/build.gradle.kts index 9d0f8d6d..99ae1a72 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // Declare the dependency for the Cloud Firestore library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/functions/app/build.gradle.kts b/functions/app/build.gradle.kts index 9ab8e776..4433e621 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // Add the dependency for the Cloud Functions library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/inappmessaging/app/build.gradle.kts b/inappmessaging/app/build.gradle.kts index 7d2dd8a4..71e9a56e 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // Add the dependencies for the In-App Messaging and Analytics libraries // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/messaging/app/build.gradle.kts b/messaging/app/build.gradle.kts index ef1ff7b1..36533cd3 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // Import Firebase Cloud Messaging library implementation("com.google.firebase:firebase-messaging") diff --git a/ml-functions/app/build.gradle.kts b/ml-functions/app/build.gradle.kts index c12ab585..36b04fe7 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // Cloud Functions for Firebase implementation("com.google.firebase:firebase-functions") diff --git a/perf/app/build.gradle.kts b/perf/app/build.gradle.kts index 207f8266..f928b809 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // Add the dependency for the Performance Monitoring library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/storage/app/build.gradle.kts b/storage/app/build.gradle.kts index 473f856b..4b72568c 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.0.21-1.0.25" + id("com.google.devtools.ksp") version "2.0.21-1.0.26" } android { @@ -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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // Add the dependency for the Cloud Storage library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/tasks/app/build.gradle.kts b/tasks/app/build.gradle.kts index 287bdd51..e6d94682 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.5.0")) + implementation(platform("com.google.firebase:firebase-bom:33.5.1")) // Import Firebase Authentication library implementation("com.google.firebase:firebase-auth")