From 2ee678a01885984eeced5c6c50ceb34941f66527 Mon Sep 17 00:00:00 2001 From: Jakub Porzuczek Date: Mon, 15 Jan 2024 20:07:28 +0100 Subject: [PATCH] update build.gradle --- app/build.gradle | 1 + core/build.gradle | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 441fbc73e4..5bc0e5c13a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,6 +8,7 @@ plugins { id 'kotlinx-serialization' id 'kotlin-parcelize' id 'com.google.gms.google-services' + id 'com.google.firebase.crashlytics' } apply from: "$rootDir/config/jacoco.gradle" diff --git a/core/build.gradle b/core/build.gradle index 1003adda45..ebb897f38a 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -3,7 +3,6 @@ plugins { id 'org.jetbrains.kotlin.android' id 'kotlin-kapt' id 'kotlinx-serialization' - id 'com.google.firebase.crashlytics' } android {