Flipper Release: v0.184.0

Summary: Releasing version 0.184.0

Reviewed By: aigoncharov

Differential Revision: D44020314

fbshipit-source-id: e23e1c5df101b4f19db65c97024f4e95f6f3eb19
This commit is contained in:
generatedunixname89002005306973
2023-03-13 04:38:57 -07:00
committed by Facebook GitHub Bot
parent c192af7fa0
commit 998998ab19
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.183.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.184.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```