Flipper Release: v0.166.0

Summary: Releasing version 0.166.0

Reviewed By: aigoncharov

Differential Revision: D39649275

fbshipit-source-id: d328cf36fb26e2d69b0e3c76cae6c47760ecd6fa
This commit is contained in:
Flipper Bot
2022-09-20 04:06:09 -07:00
committed by Facebook GitHub Bot
parent 8716761cb3
commit 285db3a268
11 changed files with 17 additions and 12 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.165.1'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.166.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```