diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2023-11-26 21:36:59 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2023-11-26 21:36:59 +0530 |
commit | 8fa7b0b60f9718209f8827767fa71b277faf8cec (patch) | |
tree | 4d485ecc72e003c7d52f233fb8a6faf818f7db57 /app/build.gradle.kts | |
parent | dd01fc78a07fff23ac22fa45f3317fdf1c02dbb1 (diff) |
feat: remove Leak Canary
This mostly ends up spamming about Autofill leaks in the framework
Diffstat (limited to 'app/build.gradle.kts')
-rw-r--r-- | app/build.gradle.kts | 3 |
1 files changed, 1 insertions, 2 deletions
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) |