Flipper Release: v0.233.0

Summary: Releasing version 0.233.0

Reviewed By: lblasa

Differential Revision: D50642810

fbshipit-source-id: 6c42fdbdf61aed5c0af11dbb781496a917c44b8c
This commit is contained in:
generatedunixname89002005306973
2023-10-25 06:57:03 -07:00
committed by Facebook GitHub Bot
parent 8c5078dc08
commit 554cc88462
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.232.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.233.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```