From 4e92a12b47d53ddf85a90a10ea11715d99c41756 Mon Sep 17 00:00:00 2001 From: Peter Stone Date: Sun, 15 Mar 2026 07:59:36 +0000 Subject: feat: add Firebase Crashlytics for automatic crash reporting Wires in firebase-crashlytics-ktx (BOM-managed version) and the Crashlytics Gradle plugin so every uncaught exception is captured with a full stack trace in the Firebase console with no code changes required. Co-Authored-By: Claude Sonnet 4.6 --- android-app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'android-app/build.gradle') 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 } -- cgit v1.2.3