Flipper Release: v0.210.0

Summary: Releasing version 0.210.0

Reviewed By: lblasa

Differential Revision: D47994316

fbshipit-source-id: 24559a57d58a769f6e578cf344135522e4e7c9be
This commit is contained in:
generatedunixname89002005306973
2023-08-02 09:48:04 -07:00
committed by Facebook GitHub Bot
parent 5debb4cae8
commit f81eb544fa
11 changed files with 20 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.209.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.210.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```