Update soloader to 0.5.1

Summary:
There's been a breaking change in 0.5 and old versions
are ABI-incompatible with new ones.

Reviewed By: muraziz

Differential Revision: D8913456

fbshipit-source-id: 89221c5ac95c7c2197083a5390403c72e7e33af1
This commit is contained in:
Pascal Hartig
2018-07-19 06:43:06 -07:00
committed by Facebook Github Bot
parent 0bc4d23e2e
commit 51a4601e18
5 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ android {
dependencies {
compileOnly 'com.google.code.findbugs:jsr305:3.0.1'
compileOnly project(':yoga:proguard-annotations')
implementation 'com.facebook.soloader:soloader:0.2.0'
implementation 'com.facebook.soloader:soloader:0.5.1'
testImplementation 'junit:junit:4.12'
}

View File

@@ -26,7 +26,7 @@ android {
}
dependencies {
implementation 'com.facebook.soloader:soloader:0.2.0'
implementation 'com.facebook.soloader:soloader:0.5.1'
compileOnly 'com.google.code.findbugs:jsr305:3.0.1'
compileOnly project(':yoga:proguard-annotations')
}

View File

@@ -7,6 +7,6 @@ load("//:yoga_defs.bzl", "YOGA_ROOTS")
android_prebuilt_aar(
name = "soloader",
aar = "soloader-0.1.0.aar",
aar = "soloader-0.5.1.aar",
visibility = YOGA_ROOTS,
)

Binary file not shown.

Binary file not shown.