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",