Skip to content

Commit

Permalink
Dont Leak Litho Dependency
Browse files Browse the repository at this point in the history
Summary: No need to expose Litho through the layout-hierarchy-litho artifact

Reviewed By: sjkirby, sriramramani

Differential Revision: D6378336

fbshipit-source-id: fe71f3c78cd9bee46e5f254e1a4a8e2fbc626743
  • Loading branch information
xiphirx authored and facebook-github-bot committed Nov 20, 2017
1 parent aa1d778 commit 23afd7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions layout-hierarchy-litho/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ android {
}

dependencies {
api project(':core')
api deps.lithoCore
api deps.lithoWidget
implementation project(':core')
implementation deps.lithoCore
implementation deps.lithoWidget

androidTestApi deps.espresso
}
Expand All @@ -33,4 +33,4 @@ uploadArchives {
}
}

apply from: rootProject.file("release.gradle")
apply from: rootProject.file("release.gradle")

0 comments on commit 23afd7e

Please sign in to comment.