Sourced from soloader's releases.
v0.10.3
Fixes
Fix UnsatisfiedLinkError if OEM is using the library that the APP is using as well.
Full Changelog: https://github.com/facebook/SoLoader/compare/v0.10.2...v0.10.3
v0.10.2
Fixes
- Fix Crash on android v12, unable to create application *java.io.SyncFailedException: sync failed (https://github.com/facebook/flipper/issues/80)
- Fix Android app bundle crashes of soloader:Anyone can run my issues sample (https://github.com/facebook/flipper/issues/83)
Highlights
- Support directly load the libraries from the APK, if they're uncompressed and page-aligned in APK.
Full Changelog: https://github.com/facebook/SoLoader/compare/v0.10.1...v0.10.2
3d0d9e7 Bump soloader to v0.10.325a2d47 Add splitApkSource in the head of soSources9afce94 Dump version to 0.10.2 in readme62c0bd6 Catch the SyncFailedException gracefully to avoid insta-crash in Application0447587 Bump soloader to v0.10.24992b0f Remove failed javadoc link268abd6 Avoid adding duplicated items in systemLib soSourcec97b1b8 Remove unused parameter in function initSoSources4699041 Fix UnsatisfiedLinkError when loading the lib from the split Apks6238678 Only precompute dependencies for libraries present in the APK