MOB-95: bump CameraX to 1.6.1 in the app template for 16 KB alignment - #33
Merged
Conversation
Core still links CameraX directly (build.gradle.eex) for the camera preview, separately from what mob_camera/mob_scanner declare in their own manifests — this copy has to move in lockstep with those or every mob_new-generated app carries the same 16 KB page-alignment warning regardless of which camera plugins are active. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Same correction as mob_camera/mob_scanner: 1.6.1 fails Gradle build against this template's toolchain (needs compileSdk 36 + AGP 8.9.1+, has compileSdk 34 / AGP 8.2.0). 1.4.2 carries the 16 KB fix without that requirement — device-verified via mob_plugin_demo (Moto G build + boot, zero native-linkage errors). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Owner
Author
|
Update: same correction as the mob_camera/mob_scanner companion PRs — CameraX 1.6.1 fails a real Gradle build against this template's toolchain (compileSdk 34 / AGP 8.2.0; 1.6.1 needs compileSdk 36 + AGP 8.9.1+). Switched to 1.4.2, device-verified via |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Core's
build.gradle.eexstill links CameraX directly (for the camera preview, separately from what mob_camera/mob_scanner declare) — this copy has to move in lockstep with those two plugin repos (both bumped in companion PRs, MOB-95) or every generated app carries the same 16 KB page-alignment warning regardless of which camera plugins are active.Test plan
mix test— 319 passedmix format/mix credo --strict— cleanLinear: MOB-95
🤖 Generated with Claude Code