mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-06 17:04:09 +02:00
temp: disable leakcanary
framework leaks on Samsung are pissing me off Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
5df3514c7b
commit
2db7d41bd6
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue