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

Commit

Permalink
Bump nativeloader (#45)
Browse files Browse the repository at this point in the history
Summary:
I released the new version a while ago. Better to stay in sync.

Pull Request resolved: facebookincubator/fbjni#45

Test Plan:
./gradlew assemble
scripts/run-host-tests.sh

Reviewed By: mweststrate

Differential Revision: D26544925

Pulled By: passy

fbshipit-source-id: 358cee2bdd49f612ede0c611287ff757d113b096
  • Loading branch information
passy authored and facebook-github-bot committed Feb 22, 2021
1 parent 309418e commit 89b20d7
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 @@ -96,7 +96,7 @@ android {

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

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 @@ -36,7 +36,7 @@ sourceSets {

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

0 comments on commit 89b20d7

Please sign in to comment.