From 0bf786544af9aa0ba295accce723ce4308f469f3 Mon Sep 17 00:00:00 2001 From: Ranjith Date: Tue, 23 Mar 2021 10:57:41 -0700 Subject: [PATCH] Update leak-canary-2-plugin.mdx (#2085) Summary: Update the LeakCanary 2 plugin version in LeakCanary 2 plugin doc While adding the version as in the doc, the import statements didn't work. Upon checking the maven repo, I found out that the latest version is `0.81.0`. Updating to the latest version helps ## Changelog Updated LeakCanary 2 plugin docs to include the latest plugin version Pull Request resolved: https://github.com/facebook/flipper/pull/2085 Test Plan: Not necessary Reviewed By: mweststrate Differential Revision: D27265598 Pulled By: passy fbshipit-source-id: 2f82689c1f075c2f9cff8bae2831c9780a3db697 --- docs/setup/leak-canary-2-plugin.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/leak-canary-2-plugin.mdx b/docs/setup/leak-canary-2-plugin.mdx index 7c20b8a36..b3e03f237 100644 --- a/docs/setup/leak-canary-2-plugin.mdx +++ b/docs/setup/leak-canary-2-plugin.mdx @@ -9,7 +9,7 @@ Ensure that you already have an explicit dependency in your application's ```groovy dependencies { - debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.76.0' + debugImplementation 'com.facebook.flipper:flipper-leakcanary2-plugin:0.81.0' debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.6' } ```