Flipper Release: v0.210.1

Summary: Releasing version 0.210.1

Reviewed By: passy

Differential Revision: D48112784

fbshipit-source-id: 8a6303e7cfeabd2b7f13a48be9c5f8bb0c0f5616
This commit is contained in:
generatedunixname89002005306973
2023-08-07 09:21:54 -07:00
committed by Facebook GitHub Bot
parent 9cceca6d7e
commit 1b0a5f4320
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.210.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.210.1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```