Remove third-party from dependencies
Summary: :third-party doesn't actually export anything. So we don't need to explicitly depend on it as it messes with the POM generation otherwise. Reviewed By: jknoxville Differential Revision: D8913636 fbshipit-source-id: d0da6ed4c47e8d6b7986ec9f12960c9323ad1640
This commit is contained in:
committed by
Facebook Github Bot
parent
3e20ebe970
commit
f6b143135c
@@ -50,7 +50,6 @@ android {
|
||||
dependencies {
|
||||
compileOnly deps.lithoAnnotations
|
||||
implementation project(':fbjni')
|
||||
implementation project(':third-party')
|
||||
implementation deps.soloader
|
||||
implementation deps.guava
|
||||
implementation deps.jsr305
|
||||
|
||||
Reference in New Issue
Block a user