Last 12 weeks · 11 commits
4 of 6 standards met
Repository: facebook/SoLoader. Description: Native code loader for Android Stars: 1423, Forks: 190. Primary language: Java. Languages: Java (98.1%), Starlark (1.9%). License: Apache-2.0. Latest release: v0.11.0 (2y ago). Open PRs: 5, open issues: 37. Last activity: 2d ago. Community health: 75%. Top contributors: simpleton, adicatana, michalgr, passy, dreiss, ttsugriy, joelmccall, cortinico, oprisnik, davyllll and others.
Request to update all dependencies, libraries, and project components to their latest stable versions. This includes but is not limited to: Updating all external libraries and dependencies in the project to their latest stable releases Ensuring build tools, scripts, and configuration files are current Testing the project after updates to confirm that all functionality remains intact and there are no breaking changes Documenting any significant changes or migration steps required due to updates Please provide a summary of major updates and any manual steps required.
Adding all supported abi path to load library from apk lib/[abi]/ Currently its adding path only for first supported abi. Due to this, few apps Lego Builder and Lingo Kids apps which uses library from arm64-v8a, but Soloader tries to load from first supported abi x86_64.