Flipper Release: v0.170.0

Summary: Releasing version 0.170.0

Reviewed By: mweststrate

Differential Revision: D40295174

fbshipit-source-id: 3a38e99f0e4d0cda25921e0586a9a53e7f7ad4aa
This commit is contained in:
generatedunixname89002005306973
2022-10-12 09:00:41 -07:00
committed by Facebook GitHub Bot
parent f65364c79c
commit af16963251
10 changed files with 12 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ The network plugin is shipped as a separate Maven artifact, as follows:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.169.0'
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.170.0'
}
```