Skip to content

Commit

Permalink
Bump SoLoader version to 0.10.5 (#119)
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookarchive/profilo#119

Pull Request resolved: #77

Use system linker by default on Android N and above devices.

Reviewed By: lblasa

Differential Revision: D43575298

fbshipit-source-id: 3f065f27644f92aa64df78b403d966ac0b298d7b
  • Loading branch information
simpleton authored and facebook-github-bot committed Feb 26, 2023
1 parent 5eacdd1 commit 378aeb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.4'
implementation 'com.facebook.soloader:nativeloader:0.10.5'
}

apply from: rootProject.file('gradle/release.gradle')
2 changes: 1 addition & 1 deletion 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.4'
implementation 'com.facebook.soloader:nativeloader:0.10.5'
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 378aeb4

Please sign in to comment.