Skip to content

Commit

Permalink
chore: update to firebase-bom 33.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thatfiredev authored Feb 6, 2025
1 parent 7ec31a7 commit f4b6f51
Showing 1 changed file with 1 addition and 1 deletion.
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.0"))
implementation(platform("com.google.firebase:firebase-bom:33.9.0"))

// Add the dependency for the Firebase Authentication library
// When using the BoM, you don't specify versions in Firebase library dependencies
Expand Down

0 comments on commit f4b6f51

Please sign in to comment.