From 3478968d3fe5266a7f63c2dad5a03456f6a01010 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 7 Feb 2019 09:35:46 -0800 Subject: [PATCH] Add sectionsDebug dependency Summary: Required to build new Sections plugin. Reviewed By: mihaelao Differential Revision: D13986716 fbshipit-source-id: 7ce07192c3e5258eb1eff9528d95ce40145e9b5c --- android/build.gradle | 1 + build.gradle | 1 + 2 files changed, 2 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 91f703e97..6310ffac7 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -50,6 +50,7 @@ android { implementation deps.stetho implementation deps.okhttp3 implementation deps.lithoCore + implementation deps.lithoSectionsDebug implementation deps.lithoWidget implementation deps.rhino compileOnly deps.leakcanary diff --git a/build.gradle b/build.gradle index 9ec4a4a87..cdad839e2 100644 --- a/build.gradle +++ b/build.gradle @@ -62,6 +62,7 @@ ext.deps = [ // Litho lithoAnnotations : "com.facebook.litho:litho-annotations:$LITHO_VERSION", lithoCore : "com.facebook.litho:litho-core:$LITHO_VERSION", + lithoSectionsDebug : "com.facebook.litho:litho-sections-debug:$LITHO_VERSION", lithoWidget : "com.facebook.litho:litho-widget:$LITHO_VERSION", lithoProcessor : "com.facebook.litho:litho-processor:$LITHO_VERSION", lithoFresco : "com.facebook.litho:litho-fresco:$LITHO_VERSION",