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:
committed by
Facebook GitHub Bot
parent
dfbf66408a
commit
7acdfc196f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user