aboutsummaryrefslogtreecommitdiff
path: root/androidApp/build.gradle.kts
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2022-12-26 22:30:23 -0600
committerIván Ávalos <avalos@disroot.org>2022-12-26 22:30:23 -0600
commit808fc8d4a121e7658821fc2956bf0c540cbc113f (patch)
treefa7f449790763b980fe5820ea56b234ba1da5ce9 /androidApp/build.gradle.kts
parent3c9c065f8f8a9076230e203c8ffa4c8793844b6d (diff)
downloadetbsa-trackermap-mobile-808fc8d4a121e7658821fc2956bf0c540cbc113f.tar.gz
etbsa-trackermap-mobile-808fc8d4a121e7658821fc2956bf0c540cbc113f.tar.bz2
etbsa-trackermap-mobile-808fc8d4a121e7658821fc2956bf0c540cbc113f.zip
[android] Added LeakCanary as debug dependency and limit reports to one month to avoid crashes.
Diffstat (limited to 'androidApp/build.gradle.kts')
-rw-r--r--androidApp/build.gradle.kts2
1 files changed, 2 insertions, 0 deletions
diff --git a/androidApp/build.gradle.kts b/androidApp/build.gradle.kts
index a0a5abb..099d4a3 100644
--- a/androidApp/build.gradle.kts
+++ b/androidApp/build.gradle.kts
@@ -65,6 +65,8 @@ dependencies {
implementation(group = "", name = "WhirlyGlobeMaply", ext = "aar")
implementation("androidx.legacy:legacy-support-v4:1.0.0")
+ debugImplementation("com.squareup.leakcanary:leakcanary-android:2.10")
+
googleImplementation(platform("com.google.firebase:firebase-bom:29.0.3"))
googleImplementation("com.google.firebase:firebase-messaging")
}