Add sectionsDebug dependency

Summary: Required to build new Sections plugin.

Reviewed By: mihaelao

Differential Revision: D13986716

fbshipit-source-id: 7ce07192c3e5258eb1eff9528d95ce40145e9b5c
This commit is contained in:
Pascal Hartig
2019-02-07 09:35:46 -08:00
committed by Facebook Github Bot
parent 0ad13a0606
commit 3478968d3f
2 changed files with 2 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ android {
implementation deps.stetho implementation deps.stetho
implementation deps.okhttp3 implementation deps.okhttp3
implementation deps.lithoCore implementation deps.lithoCore
implementation deps.lithoSectionsDebug
implementation deps.lithoWidget implementation deps.lithoWidget
implementation deps.rhino implementation deps.rhino
compileOnly deps.leakcanary compileOnly deps.leakcanary

View File

@@ -62,6 +62,7 @@ ext.deps = [
// Litho // Litho
lithoAnnotations : "com.facebook.litho:litho-annotations:$LITHO_VERSION", lithoAnnotations : "com.facebook.litho:litho-annotations:$LITHO_VERSION",
lithoCore : "com.facebook.litho:litho-core:$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", lithoWidget : "com.facebook.litho:litho-widget:$LITHO_VERSION",
lithoProcessor : "com.facebook.litho:litho-processor:$LITHO_VERSION", lithoProcessor : "com.facebook.litho:litho-processor:$LITHO_VERSION",
lithoFresco : "com.facebook.litho:litho-fresco:$LITHO_VERSION", lithoFresco : "com.facebook.litho:litho-fresco:$LITHO_VERSION",