diff --git a/admob/app/build.gradle.kts b/admob/app/build.gradle.kts index ead82e10..04498f72 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) // For an optimal experience using AdMob, add the Firebase SDK // for Google Analytics. This is recommended, but not required. diff --git a/appcheck/app/build.gradle.kts b/appcheck/app/build.gradle.kts index 5ad01ec0..6d8b5012 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) implementation("com.google.firebase:firebase-appcheck") implementation("com.google.firebase:firebase-appcheck-playintegrity") implementation("com.google.firebase:firebase-appcheck-debug") diff --git a/auth/app/build.gradle.kts b/auth/app/build.gradle.kts index 5053f12b..1e09da59 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) // Add the dependency for the Firebase Authentication library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/config/app/build.gradle.kts b/config/app/build.gradle.kts index 79a6c843..690ae2c7 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) // Add the dependencies for the Remote Config and Analytics libraries // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/crashlytics/app/build.gradle.kts b/crashlytics/app/build.gradle.kts index 625566f2..531c9cd9 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) // Add the dependencies for the Crashlytics and Analytics libraries // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/database/app/build.gradle.kts b/database/app/build.gradle.kts index 070458c9..4694750e 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.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/dl-invites/app/build.gradle.kts b/dl-invites/app/build.gradle.kts index 3e5a9b03..c8405178 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.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/dynamic-links/app/build.gradle.kts b/dynamic-links/app/build.gradle.kts index 49e83b00..f6936f8c 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) // 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 15d53ef4..b1e1d3ec 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) implementation("com.google.firebase:firebase-database") implementation("com.google.firebase:firebase-common") } diff --git a/firestore/app/build.gradle.kts b/firestore/app/build.gradle.kts index 79bdbede..845d0081 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) // Declare the dependency for the Cloud Firestore library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/functions/app/build.gradle.kts b/functions/app/build.gradle.kts index c5940c28..3bb5b92f 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) // Add the dependency for the Cloud Functions library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4c831bce..aa60fab7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,9 +9,9 @@ espressoCore = "3.6.1" kotlinxSerializationJson = "1.8.1" lifecycleRuntimeKtx = "2.8.7" activityCompose = "1.10.1" -composeBom = "2025.04.00" +composeBom = "2025.04.01" reactiveStreams = "1.0.4" -vertexAI = "16.3.0" +vertexAI = "16.4.0" [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 06c4fb24..6ca0d29c 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) // Add the dependencies for the In-App Messaging and Analytics libraries // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/messaging/app/build.gradle.kts b/messaging/app/build.gradle.kts index b102a357..32854c3b 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.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.0") + implementation("androidx.work:work-runtime-ktx:2.10.1") implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.8.7") } diff --git a/ml-functions/app/build.gradle.kts b/ml-functions/app/build.gradle.kts index 3dec5906..427ea3db 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) // Cloud Functions for Firebase implementation("com.google.firebase:firebase-functions") diff --git a/perf/app/build.gradle.kts b/perf/app/build.gradle.kts index 02dbf99e..19d0f808 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) // Add the dependency for the Performance Monitoring library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/storage/app/build.gradle.kts b/storage/app/build.gradle.kts index cf359c4c..e27eadb9 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) // Add the dependency for the Cloud Storage library // When using the BoM, you don't specify versions in Firebase library dependencies diff --git a/tasks/app/build.gradle.kts b/tasks/app/build.gradle.kts index 3cc35c6d..54258d73 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.12.0")) + implementation(platform("com.google.firebase:firebase-bom:33.13.0")) // Import Firebase Authentication library implementation("com.google.firebase:firebase-auth")