Skip to content

Commit

Permalink
Update crashlytics
Browse files Browse the repository at this point in the history
  • Loading branch information
klassm committed Jul 6, 2024
1 parent 646d13e commit 90c9151
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,9 @@ dependencies {
implementation(group = "com.github.bumptech.glide", name = "okhttp3-integration", version = glideVersion) {
exclude(group = "glide-parent")
}
implementation(group = "com.google.firebase", name = "firebase-crashlytics", version = "19.0.0")

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

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

0 comments on commit 90c9151

Please sign in to comment.