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:
committed by
Facebook Github Bot
parent
0bc4d23e2e
commit
51a4601e18
@@ -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'
|
||||
}
|
||||
|
||||
|
@@ -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')
|
||||
}
|
||||
|
@@ -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.
BIN
lib/soloader/soloader-0.5.1.aar
Normal file
BIN
lib/soloader/soloader-0.5.1.aar
Normal file
Binary file not shown.
Reference in New Issue
Block a user