Flipper Release: v0.125.0

Summary: Releasing version 0.125.0

Reviewed By: mweststrate

Differential Revision: D33041394

fbshipit-source-id: f6b8a3a2298bfdcb2bb259214c2836b255c44e59
This commit is contained in:
Flipper Bot
2021-12-11 04:49:55 -08:00
committed by Facebook GitHub Bot
parent c1f6ca84b6
commit b7ef9c7490
11 changed files with 20 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ The network plugin is shipped as a separate Maven artifact:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.124.0'
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.125.0'
}
```