Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Bump SoLoader version to 0.10.4
Browse files Browse the repository at this point in the history
Differential Revision: D38057928

fbshipit-source-id: d44f7ac1f080a7acb248a5df2a0cd10260c02bda
  • Loading branch information
simpleton authored and facebook-github-bot committed Jul 22, 2022
1 parent 54008fe commit bfe8418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps/fbjni/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ android {

dependencies {
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.facebook.soloader:nativeloader:0.10.3'
implementation 'com.facebook.soloader:nativeloader:0.10.4'
}

apply from: rootProject.file('gradle/release.gradle')
2 changes: 1 addition & 1 deletion deps/fbjni/host.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sourceSets {

dependencies {
compileOnly 'com.google.code.findbugs:jsr305:3.0.2'
implementation 'com.facebook.soloader:nativeloader:0.10.3'
implementation 'com.facebook.soloader:nativeloader:0.10.4'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.easytesting:fest-assert-core:2.0M10'
testImplementation 'org.mockito:mockito-core:2.28.2'
Expand Down

0 comments on commit bfe8418

Please sign in to comment.