Flipper Release: v0.145.0

Summary: Releasing version 0.145.0

Reviewed By: cekkaewnumchai

Differential Revision: D36168545

fbshipit-source-id: 4cb68eb9c8c80a0018c2a617ce0704fd18ff0b47
This commit is contained in:
Flipper Bot
2022-05-06 05:14:39 -07:00
committed by Facebook GitHub Bot
parent d05d3f9336
commit 4b07c0f9d9
11 changed files with 17 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.144.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.145.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```