From 78bee57294d56f7ab095eb61bb109ad08bb0786c Mon Sep 17 00:00:00 2001 From: rollforsats <59777267+rollforsats@users.noreply.github.com> Date: Fri, 27 Feb 2026 07:51:50 -0600 Subject: [PATCH] add leakcanary dependency --- app/build.gradle.kts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8a3b63aa..d30b3d62 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -149,6 +149,9 @@ dependencies { // Flexbox layout for tag-based category selection implementation("com.google.android.flexbox:flexbox:3.0.0") + + // LeakCanary + debugImplementation("com.squareup.leakcanary:leakcanary-android:2.14") } tasks.withType().configureEach {