Flipper Release: v0.143.0

Summary: Releasing version 0.143.0

Reviewed By: lblasa

Differential Revision: D35775016

fbshipit-source-id: a0c3bd46547f7a561e1de775796b93ea9cf3071e
This commit is contained in:
Flipper Bot
2022-04-20 10:26:59 -07:00
committed by Facebook GitHub Bot
parent c9981ffb1b
commit 94758c1204
11 changed files with 18 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.142.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.143.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```