commit 8aa9b07708aa418f187498414cb0e38163daa829
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Tue Apr 14 00:59:21 2020 +0100

    Add Firebase Crashlytics.

diff --git a/build.gradle b/build.gradle
index f5cf7b42..05b44d53 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,5 +1,6 @@
 apply plugin: 'com.android.application'
 apply plugin: 'com.google.gms.google-services'
+apply plugin: 'com.google.firebase.crashlytics'
 
 android {
     compileSdkVersion 29
@@ -24,6 +25,7 @@ android {
 dependencies {
     implementation fileTree(dir: 'libs', include: ['*.jar'])
     implementation 'com.google.firebase:firebase-analytics:17.3.0'
+    implementation 'com.google.firebase:firebase-crashlytics:17.0.0-beta04'
 
     api project(':distorted-library')
     implementation 'androidx.appcompat:appcompat:1.1.0'
