Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Nov 19, 2024
1 parent 9b6f346 commit 3774a0b
Show file tree
Hide file tree
Showing 18 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion admob/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// For an optimal experience using AdMob, add the Firebase SDK
// for Google Analytics. This is recommended, but not required.
Expand Down
2 changes: 1 addition & 1 deletion appcheck/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.2.0")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.5.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))
implementation("com.google.firebase:firebase-appcheck")
implementation("com.google.firebase:firebase-appcheck-playintegrity")
implementation("com.google.firebase:firebase-appcheck-debug")
Expand Down
2 changes: 1 addition & 1 deletion auth/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// Add the dependency for the Firebase Authentication library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion config/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.2.0")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.5.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// Add the dependencies for the Remote Config and Analytics libraries
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion crashlytics/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// Add the dependencies for the Crashlytics and Analytics libraries
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion database/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// Add the dependency for the Realtime Database library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion dl-invites/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
implementation("androidx.constraintlayout:constraintlayout:2.2.0")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.5.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// Add the dependency for the Dynamic Links library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion dynamic-links/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// When using the BoM, you don't specify versions in Firebase library dependencies
implementation("com.google.firebase:firebase-auth")
Expand Down
2 changes: 1 addition & 1 deletion firebaseoptions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))
implementation("com.google.firebase:firebase-database")
implementation("com.google.firebase:firebase-common")
}
2 changes: 1 addition & 1 deletion firestore/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// Declare the dependency for the Cloud Firestore library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion functions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// Add the dependency for the Cloud Functions library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lifecycleRuntimeKtx = "2.8.7"
activityCompose = "1.9.3"
composeBom = "2024.11.00"
reactiveStreams = "1.0.4"
vertexAI = "16.0.1"
vertexAI = "16.0.2"

[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
Expand Down
2 changes: 1 addition & 1 deletion inappmessaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.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
Expand Down
2 changes: 1 addition & 1 deletion messaging/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// Import Firebase Cloud Messaging library
implementation("com.google.firebase:firebase-messaging")
Expand Down
2 changes: 1 addition & 1 deletion ml-functions/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// Cloud Functions for Firebase
implementation("com.google.firebase:firebase-functions")
Expand Down
2 changes: 1 addition & 1 deletion perf/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// Add the dependency for the Performance Monitoring library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
4 changes: 2 additions & 2 deletions storage/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.27"
id("com.google.devtools.ksp") version "2.0.21-1.0.28"
}

android {
Expand Down Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// Add the dependency for the Cloud Storage library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down
2 changes: 1 addition & 1 deletion tasks/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"))
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))

// Import Firebase Authentication library
implementation("com.google.firebase:firebase-auth")
Expand Down

0 comments on commit 3774a0b

Please sign in to comment.