Move Litho Flipper Plugin to Litho

Summary:
The current ownership and release model prevents cleanly releasing new versions of the plugin while the code is split between two repos.

This diff moves the flipper-litho plugin to the Litho repository. You'll find new releases as `litho-editor-flipper` that'll be reexported via gradle's `api` to the old artifact.

Reviewed By: colriot

Differential Revision: D23962234

fbshipit-source-id: 7884423342904219ae9b41632c6df90cda870798
This commit is contained in:
Paco Estevez Garcia
2020-10-07 15:40:47 -07:00
committed by Facebook GitHub Bot
parent 08fee986bd
commit 51293406d6
11 changed files with 3 additions and 1465 deletions

View File

@@ -21,8 +21,8 @@ android {
compileOnly deps.lithoAnnotations
implementation project(':android')
implementation deps.lithoCore
implementation deps.lithoEditorCore
implementation(deps.lithoEditorFlipper) {
api deps.lithoEditorCore
api(deps.lithoEditorFlipper) {
exclude group:'com.facebook.flipper', module:'flipper'
}
implementation deps.lithoSectionsDebug