Flipper Release: v0.183.0

Summary: Releasing version 0.183.0

Reviewed By: passy

Differential Revision: D43692458

fbshipit-source-id: 7a879ae59de489643cf2195b89bf5232e0eecdf7
This commit is contained in:
generatedunixname89002005306973
2023-03-01 10:06:37 -08:00
committed by Facebook GitHub Bot
parent 3a36c269e7
commit 80edf44dc5
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.182.0'
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.183.0'
}
```