Make LeakCanary a Separate Plugin

Summary: Pull Request resolved: https://github.com/facebook/flipper/pull/559

Reviewed By: passy

Differential Revision: D17546936

fbshipit-source-id: dce128a771b73e8b18dfc2b78ee99502c3f1ce86
This commit is contained in:
Chaiwat Ekkaewnumchai
2019-09-25 03:03:39 -07:00
committed by Facebook Github Bot
parent a5f17494d5
commit 053cfc09f3
9 changed files with 55 additions and 1 deletions

View File

@@ -70,5 +70,6 @@ dependencies {
debugImplementation project(':fresco-plugin')
debugImplementation project(':network-plugin')
debugImplementation project(':litho-plugin')
debugImplementation project(':leakcanary-plugin')
releaseImplementation project(':noop')
}