Skip to content

Commit

Permalink
Add firebase crashlytics
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaailashsharma committed Aug 18, 2024
1 parent 8f0bc61 commit 7143ef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins {
kotlin("kapt")
id("kotlinx-serialization")
id("com.google.gms.google-services")
id("com.google.firebase.crashlytics")
}

android {
Expand Down Expand Up @@ -146,6 +147,8 @@ dependencies {
implementation("com.google.firebase:firebase-storage:20.3.0")
implementation("com.google.firebase:firebase-auth-ktx:22.3.0")
implementation("com.google.firebase:firebase-firestore-ktx:24.9.1")
implementation("com.google.firebase:firebase-crashlytics")
implementation("com.google.firebase:firebase-analytics-ktx:20.0.2")
implementation("com.github.raipankaj:JetFirestore:1.0.2")

// DataStore
Expand Down
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ plugins {
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
id("com.google.dagger.hilt.android") version "2.48" apply false
id("com.google.devtools.ksp") version "1.8.10-1.0.9" apply false
id("com.google.firebase.crashlytics") version "3.0.2" apply false
id("org.jetbrains.kotlin.plugin.serialization") version "1.6.21" apply false

}

0 comments on commit 7143ef8

Please sign in to comment.