Flipper Release: v0.178.1

Summary: Releasing version 0.178.1

Reviewed By: mweststrate

Differential Revision: D42990168

fbshipit-source-id: 14306a45ef95facf37a4f3207cc3b8cc5a1a4da9
This commit is contained in:
generatedunixname89002005306973
2023-02-06 02:49:30 -08:00
committed by Facebook GitHub Bot
parent 4e21a67903
commit c3588417bd
10 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ To setup the <Link to={useBaseUrl("/docs/features/plugins/leak-canary")}>LeakCan
```groovy
dependencies {
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.178.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.178.1'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```