Skip to content

Commit

Permalink
Merge pull request #112 from bvlion/dependabot/gradle/com.google.fire…
Browse files Browse the repository at this point in the history
…base-firebase-bom-32.8.0

Bump com.google.firebase:firebase-bom from 32.7.2 to 32.8.0
  • Loading branch information
bvlion authored Mar 23, 2024
2 parents 2da91e6 + f9df09b commit 80eb91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion androidApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {

implementation("com.google.accompanist:accompanist-flowlayout:0.24.7-alpha")

implementation(platform("com.google.firebase:firebase-bom:32.7.2"))
implementation(platform("com.google.firebase:firebase-bom:32.8.0"))
implementation("com.google.firebase:firebase-crashlytics-ktx")
implementation("com.google.firebase:firebase-analytics-ktx")

Expand Down

0 comments on commit 80eb91a

Please sign in to comment.