Flipper Release: v0.154.0

Summary: Releasing version 0.154.0

Reviewed By: jknoxville

Differential Revision: D37813763

fbshipit-source-id: f16392937146a50c7018c2ae5abd18e433059622
This commit is contained in:
Flipper Bot
2022-07-13 09:21:01 -07:00
committed by Facebook GitHub Bot
parent 039b647666
commit 14d385827d
11 changed files with 19 additions and 15 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.153.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.154.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```