Flipper Release: v0.187.1

Summary: Releasing version 0.187.1

Reviewed By: aigoncharov

Differential Revision: D44416758

fbshipit-source-id: 2c390e1124c63d873fc442dcdfba7a9ac272530e
This commit is contained in:
generatedunixname89002005306973
2023-03-27 06:51:43 -07:00
committed by Facebook GitHub Bot
parent 09f7bcf878
commit bc9d53660a
10 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ To setup the <Link to={useBaseUrl("/docs/features/plugins/leak-canary")}>LeakCan
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.187.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.187.1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```