Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit 90c9151

Browse files
committed
Update crashlytics
1 parent 646d13e commit 90c9151

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/build.gradle.kts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,9 @@ dependencies {
162162
implementation(group = "com.github.bumptech.glide", name = "okhttp3-integration", version = glideVersion) {
163163
exclude(group = "glide-parent")
164164
}
165-
implementation(group = "com.google.firebase", name = "firebase-crashlytics", version = "19.0.0")
165+
166+
implementation(platform("com.google.firebase:firebase-bom:32.8.0"))
167+
implementation("com.google.firebase:firebase-crashlytics")
166168

167169
implementation(group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk7", version = kotlinVersion)
168170
implementation(group = "org.jetbrains.kotlinx", name = "kotlinx-serialization-json", version = "1.6.3")
@@ -201,4 +203,4 @@ apply(from = "build-includes/unmock.gradle")
201203
apply(from = "build-includes/postTasks.gradle")
202204
apply(plugin = "com.google.gms.google-services")
203205
apply(plugin = "com.google.firebase.firebase-perf")
204-
apply(plugin = "com.google.firebase.crashlytics")
206+
apply(plugin = "com.google.firebase.crashlytics")

0 commit comments

Comments
 (0)