Move bolts dependencies to Fresco plugin (#1937)
Summary: Fixes https://github.com/facebook/flipper/issues/1919 Somehow the diff author put the dependencies in the root `build.gradle`, which is unnecessary as this is only used by Fresco. Pull Request resolved: https://github.com/facebook/flipper/pull/1937 Test Plan: Built the sample app, checked that the Fresco stuff continues to work.  Reviewed By: mweststrate Differential Revision: D26483701 Pulled By: passy fbshipit-source-id: 88f056ed0897f2c00844e02721eb45d5b85c6908
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e3d1e41cc1
commit
b25de27b8a
@@ -73,6 +73,8 @@ ext.deps = [
|
||||
// First-party
|
||||
soloader : 'com.facebook.soloader:soloader:0.10.1',
|
||||
screenshot : 'com.facebook.testing.screenshot:core:0.5.0',
|
||||
boltsTasks : 'com.parse.bolts:bolts-tasks:1.4.0',
|
||||
boltsApplinks : 'com.parse.bolts:bolts-applinks:1.4.0',
|
||||
// Annotations
|
||||
jsr305 : 'com.google.code.findbugs:jsr305:3.0.2',
|
||||
inferAnnotations : 'com.facebook.infer.annotation:infer-annotation:0.11.2',
|
||||
|
||||
Reference in New Issue
Block a user