Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Commit

Permalink
Bump SoLoader version to 0.10.5 in readme
Browse files Browse the repository at this point in the history
Summary: Use system linker by default on Android N and above devices.

Reviewed By: lblasa

Differential Revision: D43575139

fbshipit-source-id: 98ff074967ce431cdda46d02cbfaa2b6130efc39
  • Loading branch information
simpleton authored and facebook-github-bot committed Feb 24, 2023
1 parent b6f3be0 commit 7d99913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/android-native.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ repositories {
dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.182.0'
debugImplementation 'com.facebook.soloader:soloader:0.10.4'
debugImplementation 'com.facebook.soloader:soloader:0.10.5'
releaseImplementation 'com.facebook.flipper:flipper-noop:0.182.0'
}
Expand Down Expand Up @@ -125,7 +125,7 @@ repositories {
dependencies {
debugImplementation 'com.facebook.flipper:flipper:0.182.1-SNAPSHOT'
debugImplementation 'com.facebook.soloader:soloader:0.10.4'
debugImplementation 'com.facebook.soloader:soloader:0.10.5'
releaseImplementation 'com.facebook.flipper:flipper-noop:0.182.1-SNAPSHOT'
}
Expand Down

0 comments on commit 7d99913

Please sign in to comment.