Flipper Release: v0.168.0

Summary: Releasing version 0.168.0

Reviewed By: aigoncharov

Differential Revision: D40059591

fbshipit-source-id: b5ea55b6afd813cafff72b5264768bb60c7350e0
This commit is contained in:
generatedunixname89002005306973
2022-10-04 08:44:13 -07:00
committed by Facebook GitHub Bot
parent 9597e672a1
commit 84a5d8e184
11 changed files with 18 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.167.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.168.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```