Bump first-party dependencies
Summary: Important because we still run into soloader incompatibilities due to the transitive dependency of Litho on Yoga on SoLoader. Sigh. Reviewed By: priteshrnandgaonkar Differential Revision: D8931213 fbshipit-source-id: 7e2de85deb5975dbe3f25e8145a9226d6684357c
This commit is contained in:
committed by
Facebook Github Bot
parent
da4d03758b
commit
2ec67bf801
14
build.gradle
14
build.gradle
@@ -48,18 +48,18 @@ ext.deps = [
|
||||
// Arch
|
||||
archPaging : 'android.arch.paging:runtime:1.0.0',
|
||||
// First-party
|
||||
soloader : 'com.facebook.soloader:soloader:0.5.0',
|
||||
soloader : 'com.facebook.soloader:soloader:0.5.1',
|
||||
screenshot : 'com.facebook.testing.screenshot:core:0.5.0',
|
||||
// Annotations
|
||||
jsr305 : 'com.google.code.findbugs:jsr305:3.0.1',
|
||||
inferAnnotations : 'com.facebook.infer.annotation:infer-annotation:0.11.2',
|
||||
// Litho
|
||||
lithoAnnotations : 'com.facebook.litho:litho-annotations:0.16.0',
|
||||
lithoCore : 'com.facebook.litho:litho-core:0.16.0',
|
||||
lithoWidget : 'com.facebook.litho:litho-widget:0.16.0',
|
||||
lithoProcessor : 'com.facebook.litho:litho-processor:0.16.0',
|
||||
lithoFresco : 'com.facebook.litho:litho-fresco:0.16.0',
|
||||
lithoTesting : 'com.facebook.litho:litho-testing:0.16.0',
|
||||
lithoAnnotations : "com.facebook.litho:litho-annotations:$LITHO_VERSION",
|
||||
lithoCore : "com.facebook.litho:litho-core:$LITHO_VERSION",
|
||||
lithoWidget : "com.facebook.litho:litho-widget:$LITHO_VERSION",
|
||||
lithoProcessor : "com.facebook.litho:litho-processor:$LITHO_VERSION",
|
||||
lithoFresco : "com.facebook.litho:litho-fresco:$LITHO_VERSION",
|
||||
lithoTesting : "com.facebook.litho:litho-testing:$LITHO_VERSION",
|
||||
// Debugging and testing
|
||||
guava : 'com.google.guava:guava:20.0',
|
||||
robolectric : 'org.robolectric:robolectric:3.0',
|
||||
|
||||
Reference in New Issue
Block a user