Flipper Release: v0.183.0

Summary: Releasing version 0.183.0

Reviewed By: passy

Differential Revision: D43692458

fbshipit-source-id: 7a879ae59de489643cf2195b89bf5232e0eecdf7
This commit is contained in:
generatedunixname89002005306973
2023-03-01 10:06:37 -08:00
committed by Facebook GitHub Bot
parent 3a36c269e7
commit 80edf44dc5
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.182.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.183.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```