Skip to content

Commit

Permalink
Use leakCanary as implementation deps in sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
zsoltk committed Sep 2, 2020
1 parent 96594c6 commit 3922eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sandbox/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
implementation deps.external.mviCoreAndroid
implementation deps.external.rxrelay2
implementation deps.external.rxandroid2
debugImplementation deps.external.leakCanary
implementation deps.external.leakCanary // use debugImplementation in real life apps

implementation project(":libraries:rib-base")
implementation project(":libraries:rib-debug-utils")
Expand Down

0 comments on commit 3922eec

Please sign in to comment.