Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(deps): update dependency com.google.firebase:firebase-bom to v32.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and AndreaBrighi committed Aug 8, 2023
1 parent a2e98a5 commit 553ddce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
implementation("androidx.compose.runtime:runtime-livedata")
implementation(libs.bundles.camera.view)
implementation(libs.bundles.barcode.scanning)
implementation(platform("com.google.firebase:firebase-bom:32.2.0"))
implementation(platform("com.google.firebase:firebase-bom:32.2.2"))
implementation("com.google.firebase:firebase-crashlytics-ktx")
implementation("com.google.firebase:firebase-analytics-ktx")
implementation(project(":accessData"))
Expand Down
2 changes: 1 addition & 1 deletion desktopData/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies {
implementation(libs.bundles.grpc)
implementation(libs.bundles.room)
kapt(libs.androidx.room.compiler)
implementation(platform("com.google.firebase:firebase-bom:32.2.0"))
implementation(platform("com.google.firebase:firebase-bom:32.2.2"))
implementation("com.google.firebase:firebase-database-ktx")
implementation(project(":networkUtility"))
implementation(project(":desktopDomain"))
Expand Down

0 comments on commit 553ddce

Please sign in to comment.