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

Bump soloader from 0.10.1 to 0.10.3 #3032

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 8, 2021

Bumps soloader from 0.10.1 to 0.10.3.

Release notes

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: facebook/SoLoader@v0.10.2...v0.10.3

v0.10.2

Fixes

  • Fix Crash on android v12, unable to create application *java.io.SyncFailedException: sync failed (#80)
  • Fix Android app bundle crashes of soloader:Anyone can run my issues sample (#83)

Highlights

  • Support directly load the libraries from the APK, if they're uncompressed and page-aligned in APK.

Full Changelog: facebook/SoLoader@v0.10.1...v0.10.2

Commits
  • 3d0d9e7 Bump soloader to v0.10.3
  • 25a2d47 Add splitApkSource in the head of soSources
  • 9afce94 Dump version to 0.10.2 in readme
  • 62c0bd6 Catch the SyncFailedException gracefully to avoid insta-crash in Application
  • 0447587 Bump soloader to v0.10.2
  • 4992b0f Remove failed javadoc link
  • 268abd6 Avoid adding duplicated items in systemLib soSource
  • c97b1b8 Remove unused parameter in function initSoSources
  • 4699041 Fix UnsatisfiedLinkError when loading the lib from the split Apks
  • 6238678 Only precompute dependencies for libraries present in the APK
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [soloader](https://github.com/facebook/soloader) from 0.10.1 to 0.10.3.
- [Release notes](https://github.com/facebook/soloader/releases)
- [Commits](facebook/SoLoader@v0.10.1...v0.10.3)

---
updated-dependencies:
- dependency-name: com.facebook.soloader:soloader
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 8, 2021
@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Nov 8, 2021
@coveralls
Copy link

coveralls commented Nov 8, 2021

Pull Request Test Coverage Report for Build 1434873356

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.03%) to 50.79%

Totals Coverage Status
Change from base Build 1434774931: -0.03%
Covered Lines: 7146
Relevant Lines: 12838

💛 - Coveralls

@facebook-github-bot
Copy link
Contributor

@mweststrate has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 9, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/gradle/com.facebook.soloader-soloader-0.10.3 branch November 9, 2021 12:10
@facebook-github-bot
Copy link
Contributor

@mweststrate merged this pull request in 3a16f4a.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. dependencies Pull requests that update a dependency file java Pull requests that update Java code Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants