Flipper Release: v0.146.1

Summary: Releasing version 0.146.1

Reviewed By: aigoncharov

Differential Revision: D36543493

fbshipit-source-id: 0eaf1e3c4cb51440aa8d22cbe721dc44938c9246
This commit is contained in:
Flipper Bot
2022-05-20 08:46:00 -07:00
committed by Facebook GitHub Bot
parent 02adfa79e9
commit 8bbc3fda69
11 changed files with 19 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ To setup the <Link to={useBaseUrl("/docs/features/plugins/leak-canary")}>Leak Ca
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.146.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.146.1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```