Flipper Release: v0.215.0

Summary: Releasing version 0.215.0

Reviewed By: lblasa

Differential Revision: D48865068

fbshipit-source-id: a6e37bdc5790e0e1de64c2b467f02df9ec18bfd6
This commit is contained in:
generatedunixname89002005306973
2023-08-31 06:35:49 -07:00
committed by Facebook GitHub Bot
parent aec376a09a
commit 20ecc02c79
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.214.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.215.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```