mirror of
https://github.com/android-password-store/Android-Password-Store.git
synced 2025-09-07 16:09:38 +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()) {
|
if (isSnapshot()) {
|
||||||
implementation deps.third_party.leakcanary
|
implementation deps.third_party.leakcanary
|
||||||
} else {
|
// } else {
|
||||||
debugImplementation deps.third_party.leakcanary
|
// debugImplementation deps.third_party.leakcanary
|
||||||
}
|
}
|
||||||
|
|
||||||
// Testing-only dependencies
|
// Testing-only dependencies
|
||||||
|
|
Loading…
Reference in a new issue