feat(barcode-scanner): update androidx.camera from 1.1.0 to 1.5.1 to support 16 KB memory page sizes#3038
Conversation
Package Changes Through 9592242There are 12 changes which include barcode-scanner with patch, barcode-scanner-js with patch, deep-link with patch, deep-link-js with patch, fs with patch, fs-js with patch, geolocation with patch, geolocation-js with patch, opener with patch, opener-js with patch, updater with minor, updater-js with minor Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
|
Thanks for the PR! Would you mind adding a small changefile (check the .changes dir for examples) as well? :) |
|
There seems to be an issue with an incompatible Gradle plugin version: I am not sure if this is only happening with my local (cached) dependencies, or it will also generally break in this workspace. Is there a plugin version for the entire workspace somewhere or is it my local config? EDIT: Nevermind, you already opened another PR: #3039 👍 |
|
yeah i was a bit quick on the approve button. i forgot that sdk requirement changes aren't a breaking change in android land. |
|
Just asking, why are you bumping to |
|
just matching tauri's version |
Starting November 1st, 2025, all Android builds are required to support 16 KB memory page sizes.
The plugin
barcode-scannercurrently usesandroidx.cameradependency in version1.1.0(June 2022).Google Play flags the following libraries to be incompatible with 16 KB page sizes:
Upgrading to the latest version of the
androidx.camerashould resolve the issue.