Clean up dependencies (#153)
Summary: Remove unused dependencies and centralise the remaining ones in the global project config. Pull Request resolved: https://github.com/facebook/Sonar/pull/153 Reviewed By: priteshrnandgaonkar Differential Revision: D8820462 Pulled By: passy fbshipit-source-id: 1c845898930eb62942379fddec6da39dbdc426d0
This commit is contained in:
committed by
Facebook Github Bot
parent
c871496f8c
commit
fcd1b1e773
@@ -247,10 +247,7 @@ android {
|
||||
|
||||
dependencies {
|
||||
compileOnly deps.lithoAnnotations
|
||||
compileOnly 'org.glassfish:javax.annotation:10.0-b28'
|
||||
|
||||
implementation project(':fbjni')
|
||||
|
||||
implementation deps.soloader
|
||||
implementation deps.guava
|
||||
implementation deps.jsr305
|
||||
|
||||
Reference in New Issue
Block a user