From 9156a81ad772a70198737e84ea9f7a06870b43dc Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 3 Dec 2022 17:46:51 +0530 Subject: feat(leakcanary): migrate to manual initialization --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index c125dd5a..62e1f857 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -108,7 +108,7 @@ dependencies { debugImplementation(libs.thirdparty.whatthestack) } - debugImplementation(libs.thirdparty.leakcanary) + implementation(libs.thirdparty.leakcanary.core) nonFreeImplementation(libs.thirdparty.nonfree.googlePlayAuthApiPhone) nonFreeImplementation(libs.thirdparty.nonfree.sentry) freeImplementation(projects.sentryStub) -- cgit v1.2.3