temp: disable leakcanary

framework leaks on Samsung are pissing me off

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-04-13 00:43:53 +05:30
parent 5df3514c7b
commit 2db7d41bd6
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -115,8 +115,8 @@ dependencies {
if (isSnapshot()) {
implementation deps.third_party.leakcanary
} else {
debugImplementation deps.third_party.leakcanary
// } else {
// debugImplementation deps.third_party.leakcanary
}
// Testing-only dependencies