Flipper Release: v0.131.1

Summary: Releasing version 0.131.1

Reviewed By: cekkaewnumchai

Differential Revision: D33871323

fbshipit-source-id: f5f5b02ec9fdad303fe60673618b461ef3fa26f1
This commit is contained in:
Flipper Bot
2022-01-29 11:31:20 -08:00
committed by Facebook GitHub Bot
parent f3869bc575
commit 65bb2a1bc1
10 changed files with 12 additions and 12 deletions

View File

@@ -25,7 +25,7 @@ gradle configuration:
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.131.0'
debugImplementation 'com.facebook.flipper:flipper-litho-plugin:0.131.1'
debugImplementation 'com.facebook.litho:litho-annotations:0.19.0'
// ...
}

View File

@@ -3,7 +3,7 @@ Ensure that you already have an explicit dependency in your application's
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.131.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.131.1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6'
}
```

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.131.0'
debugImplementation 'com.facebook.flipper:flipper-network-plugin:0.131.1'
}
```