Flipper Release: v0.147.0

Summary: Releasing version 0.147.0

Reviewed By: aigoncharov

Differential Revision: D36658611

fbshipit-source-id: 74137e1c5c1f5be5dc45c28ed74aa016001db070
This commit is contained in:
Flipper Bot
2022-05-25 09:56:02 -07:00
committed by Facebook GitHub Bot
parent b75eeb941b
commit 19a5a8e9c7
11 changed files with 23 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.1'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.147.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```