From 8fa7b0b60f9718209f8827767fa71b277faf8cec Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 26 Nov 2023 21:36:59 +0530 Subject: feat: remove Leak Canary This mostly ends up spamming about Autofill leaks in the framework --- app/build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'app/build.gradle.kts') diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9a469213..2bef7d22 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -85,7 +85,7 @@ dependencies { implementation(libs.thirdparty.kotlinResult) implementation(libs.thirdparty.logcat) implementation(libs.thirdparty.modernAndroidPrefs) - implementation(libs.thirdparty.plumber) + implementation(libs.thirdparty.leakcanary.plumber) implementation(libs.thirdparty.sshj) implementation(libs.thirdparty.bouncycastle.bcprov) @@ -99,7 +99,6 @@ dependencies { because("SSHJ now uses SLF4J 2.0 which we don't want") } - implementation(libs.thirdparty.leakcanary.core) nonFreeImplementation(libs.thirdparty.nonfree.googlePlayAuthApiPhone) nonFreeImplementation(libs.thirdparty.nonfree.sentry) freeImplementation(projects.sentryStub) -- cgit v1.2.3