Skip to content

Commit

Permalink
Auto-update dependencies. (#589)
Browse files Browse the repository at this point in the history
Brought to you by your friendly [Repository Gardener](https://togithub.com/GoogleCloudPlatform/repository-gardener).
  • Loading branch information
dpebot authored Oct 22, 2024
1 parent 3824e0e commit 0a133da
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 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.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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.1.4")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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.1.4")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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.1.4")

// Import the BoM for the Firebase platform
implementation(platform("com.google.firebase:firebase-bom:33.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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 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.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.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.4.0"))
implementation(platform("com.google.firebase:firebase-bom:33.5.0"))

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

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

0 comments on commit 0a133da

Please sign in to comment.