Flipper Release: v0.146.1

Summary: Releasing version 0.146.1

Reviewed By: aigoncharov

Differential Revision: D36543493

fbshipit-source-id: 0eaf1e3c4cb51440aa8d22cbe721dc44938c9246
This commit is contained in:
Flipper Bot
2022-05-20 08:46:00 -07:00
committed by Facebook GitHub Bot
parent 02adfa79e9
commit 8bbc3fda69
11 changed files with 19 additions and 14 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.146.0'
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.146.1'
}
```