summaryrefslogtreecommitdiff
path: root/android-app
diff options
context:
space:
mode:
Diffstat (limited to 'android-app')
-rw-r--r--android-app/app/build.gradle2
-rw-r--r--android-app/build.gradle1
2 files changed, 3 insertions, 0 deletions
diff --git a/android-app/app/build.gradle b/android-app/app/build.gradle
index d587376..0d5703d 100644
--- a/android-app/app/build.gradle
+++ b/android-app/app/build.gradle
@@ -3,6 +3,7 @@ plugins {
id 'org.jetbrains.kotlin.android'
id 'com.google.gms.google-services'
id 'com.google.firebase.appdistribution'
+ id 'com.google.firebase.crashlytics'
id 'kotlin-kapt'
}
@@ -57,6 +58,7 @@ dependencies {
// Firebase
implementation platform('com.google.firebase:firebase-bom:32.7.2')
implementation 'com.google.firebase:firebase-analytics-ktx'
+ implementation 'com.google.firebase:firebase-crashlytics-ktx'
// AndroidX core
implementation 'androidx.core:core-ktx:1.12.0'
diff --git a/android-app/build.gradle b/android-app/build.gradle
index 1187cb7..edacb05 100644
--- a/android-app/build.gradle
+++ b/android-app/build.gradle
@@ -5,4 +5,5 @@ plugins {
id 'org.jetbrains.kotlin.android' version '2.0.0' apply false
id 'com.google.gms.google-services' version '4.4.1' apply false
id 'com.google.firebase.appdistribution' version '4.0.1' apply false
+ id 'com.google.firebase.crashlytics' version '3.0.2' apply false
}