Skip to content

Commit

Permalink
Auto-update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
dpebot committed Jan 23, 2025
1 parent 047b7f5 commit f465754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id("com.google.firebase.crashlytics") version "3.0.2" apply false
id("com.google.firebase.firebase-perf") version "1.4.2" apply false
id("androidx.navigation.safeargs") version "2.8.5" apply false
id("com.github.ben-manes.versions") version "0.51.0" apply true
id("com.github.ben-manes.versions") version "0.52.0" apply true
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false
}

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 @@ -51,7 +51,7 @@ dependencies {
implementation("com.google.android.material:material:1.12.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.8.0"))

// Cloud Functions for Firebase
// TODO(thatfiredev): remove the pinned dependency version when
Expand Down

0 comments on commit f465754

Please sign in to comment.