Flipper Release: v0.225.0

Summary: Releasing version 0.225.0

Reviewed By: lblasa

Differential Revision: D50008889

fbshipit-source-id: b6b8b4118383e30a3f4cb74286316e9662ea860e
This commit is contained in:
generatedunixname89002005306973
2023-10-06 05:18:19 -07:00
committed by Facebook GitHub Bot
parent 33962d4fa4
commit c90751e0f1
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.224.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.225.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```