Update docs for new plugins

Summary: ilovedocs

Reviewed By: danielbuechele

Differential Revision: D17501537

fbshipit-source-id: 1f5d872928b5a644ee98db025ad60b038b7126a8
This commit is contained in:
Pascal Hartig
2019-09-23 06:16:28 -07:00
committed by Facebook Github Bot
parent 96d5e3ceff
commit 741fb7d292
3 changed files with 37 additions and 12 deletions

View File

@@ -8,6 +8,17 @@ To use the network plugin, you need to add the plugin to your Flipper client ins
## Android
The network plugin is shipped as a separate Maven artifact:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.24.0'
}
```
Once added to your dependencies, you can instantiate the plugin and add it to
the client:
```java
import com.facebook.flipper.plugins.network.NetworkFlipperPlugin;