Skip to content

Commit 2ace0f1

Browse files
committed
Update BOM for Firebase Crashlytics example app
1 parent 638fe2e commit 2ace0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crashlytics/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation("androidx.appcompat:appcompat:1.7.0")
3939

4040
// Import the BoM for the Firebase platform
41-
implementation(platform("com.google.firebase:firebase-bom:33.6.0"))
41+
implementation(platform("com.google.firebase:firebase-bom:33.8.0"))
4242

4343
// Add the dependencies for the Crashlytics and Analytics libraries
4444
// When using the BoM, you don't specify versions in Firebase library dependencies

0 commit comments

Comments
 (0)