Flipper Release: v0.232.0

Summary: Releasing version 0.232.0

Reviewed By: aigoncharov

Differential Revision: D50595864

fbshipit-source-id: 73c27ff739b585adc24db7bfd2d512153bea442a
This commit is contained in:
generatedunixname89002005306973
2023-10-24 04:51:33 -07:00
committed by Facebook GitHub Bot
parent 94120d61aa
commit 280d9544d1
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.231.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.232.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```