Flipper Release: v0.146.0

Summary: Releasing version 0.146.0

Reviewed By: nikoant

Differential Revision: D36473300

fbshipit-source-id: 076031a8acef8d37fd71a8832ba2bd4918a3e724
This commit is contained in:
Flipper Bot
2022-05-18 10:11:13 -07:00
committed by Facebook GitHub Bot
parent 0f038218f8
commit 47238f0d7d
11 changed files with 20 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.145.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.146.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```