Flipper Release: v0.153.0

Summary: Releasing version 0.153.0

Reviewed By: cekkaewnumchai

Differential Revision: D37643063

fbshipit-source-id: df67aee39ca41887e4c8358a618b4c37338c501b
This commit is contained in:
Flipper Bot
2022-07-06 04:06:55 -07:00
committed by Facebook GitHub Bot
parent 013e964287
commit 6b4c1db5fa
11 changed files with 21 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.152.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.153.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```