Skip to content

Commit

Permalink
Add crashlytics
Browse files Browse the repository at this point in the history
  • Loading branch information
Volkan Sahin committed Aug 25, 2021
1 parent 2f28171 commit 7409e9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
id 'kotlin-android'
id 'dagger.hilt.android.plugin'
id 'kotlin-kapt'
id 'com.google.gms.google-services'
id 'com.google.firebase.crashlytics'
}

android {
Expand Down Expand Up @@ -46,6 +48,9 @@ dependencies {
implementation "androidx.wear.tiles:tiles:1.0.0-alpha10"
debugImplementation "androidx.wear.tiles:tiles-renderer:1.0.0-alpha10"

implementation 'com.google.firebase:firebase-crashlytics-ktx:18.2.1'
implementation 'com.google.firebase:firebase-analytics:19.0.1'

implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.5.1'

implementation "com.squareup.retrofit2:retrofit:2.9.0"
Expand Down
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ buildscript {
// in the individual module build.gradle files

classpath "com.google.dagger:hilt-android-gradle-plugin:2.37"
classpath 'com.google.gms:google-services:4.3.10'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.7.1'
}
}

Expand Down

0 comments on commit 7409e9a

Please sign in to comment.