Flipper Release: v0.222.0

Summary: Releasing version 0.222.0

Reviewed By: lblasa

Differential Revision: D49593015

fbshipit-source-id: 9fd4b4f42134f2fb244ddeabff6b83748151e36a
This commit is contained in:
generatedunixname89002005306973
2023-09-25 06:30:50 -07:00
committed by Facebook GitHub Bot
parent 9e98391151
commit 6b9adfe130
11 changed files with 18 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.221.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.222.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```