Update docs for new plugins
Summary: ilovedocs Reviewed By: danielbuechele Differential Revision: D17501537 fbshipit-source-id: 1f5d872928b5a644ee98db025ad60b038b7126a8
This commit is contained in:
committed by
Facebook Github Bot
parent
96d5e3ceff
commit
741fb7d292
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user