Flipper Release: v0.182.0

Summary: Releasing version 0.182.0

Reviewed By: ivanmisuno

Differential Revision: D43389080

fbshipit-source-id: 3a59082194d24c138fbd2c9bcc2e984b46c6f54e
This commit is contained in:
generatedunixname89002005306973
2023-02-17 08:04:32 -08:00
committed by Facebook GitHub Bot
parent 95ef9bf585
commit 5be020479d
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.181.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.182.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```