Flipper Release: v0.142.0

Summary: Releasing version 0.142.0

Reviewed By: nikoant

Differential Revision: D35426156

fbshipit-source-id: 831e74f5ce53c69582a6d11aff81647e989bd5b0
This commit is contained in:
Flipper Bot
2022-04-06 06:13:31 -07:00
committed by Facebook GitHub Bot
parent 74919eee34
commit c82f6434ee
10 changed files with 12 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ Ensure that you already have an explicit dependency in your application's
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.141.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.142.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```