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:
Pascal Hartig
2018-07-20 08:04:29 -07:00
committed by Facebook Github Bot
parent da4d03758b
commit 2ec67bf801
2 changed files with 10 additions and 7 deletions

View File

@@ -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',

View File

@@ -14,6 +14,9 @@ POM_DEVELOPER_NAME=facebook
# Kotlin
KOTLIN_VERSION=1.2.50
# Shared version numbers
LITHO_VERSION=0.18.0
# Deps for publishing
GRADLE_BINTRAY_PLUGIN_VERSION=1.8.0
GRADLE_VERSIONS_PLUGIN_VERSION=0.15.0