Flipper Release: v0.186.0

Summary: Releasing version 0.186.0

Reviewed By: lblasa

Differential Revision: D44141066

fbshipit-source-id: ca3a8e5edd2201c098aec52bf61d38367b970bdf
This commit is contained in:
generatedunixname89002005306973
2023-03-17 04:08:33 -07:00
committed by Facebook GitHub Bot
parent 81d1070ccc
commit 5961a5dade
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.185.0'
debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.186.0'
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.8.1'
}
```