Depend on litho-editor-flipper

Summary: FlipperEditor has migrated to `litho-editor-flipper`, so this diff fixes the dependency tree and deletes the file.

Reviewed By: muraziz

Differential Revision: D23380023

fbshipit-source-id: 75f5f037dc392194212fc156499f090c381999bd
This commit is contained in:
Paco Estevez Garcia
2020-09-22 11:33:02 -07:00
committed by Facebook GitHub Bot
parent dfbf66408a
commit 7acdfc196f
5 changed files with 6 additions and 205 deletions

View File

@@ -22,6 +22,9 @@ android {
implementation project(':android')
implementation deps.lithoCore
implementation deps.lithoEditorCore
implementation(deps.lithoEditorFlipper) {
exclude group:'com.facebook.flipper', module:'flipper'
}
implementation deps.lithoSectionsDebug
implementation deps.lithoSectionsCore
implementation deps.lithoWidget