Mention leakcanary plugin artifact in docs
Summary: Per title. Reviewed By: danielbuechele Differential Revision: D17571218 fbshipit-source-id: 35f0f2d90cd8582200d6a50127c43a38f823aba2
This commit is contained in:
committed by
Facebook Github Bot
parent
38cb7f7031
commit
12f766a080
@@ -5,10 +5,11 @@ sidebar_label: LeakCanary
|
||||
---
|
||||
|
||||
Ensure that you already have an explicit dependency in your application's
|
||||
`build.gradle`, e.g.
|
||||
`build.gradle` including the plugin dependency, e.g.
|
||||
|
||||
```groovy
|
||||
dependencies {
|
||||
debugImplementation 'com.facebook.flipper:flipper-leakcanary-plugin:0.25.0'
|
||||
debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.6.1'
|
||||
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.6.1'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user