Android gradle9 pin barcode scanner and its deps - #10846
Open
accumulator wants to merge 5 commits into
Open
Conversation
SomberNight
reviewed
Aug 12, 2026
accumulator
force-pushed
the
android_gradle9_pin_barcode_scanner
branch
2 times, most recently
from
August 12, 2026 14:59
7d7c8f2 to
94c3bba
Compare
accumulator
force-pushed
the
android_gradle9_pin_barcode_scanner
branch
4 times, most recently
from
August 17, 2026 09:30
657b898 to
53f0ddf
Compare
- pin toolchain to container provided toolchain for BarcodeScannerView, CameraView and zxing-cpp - explicitly pin CMake in make_barcode_scanner.sh - this requires patching the checked out sources - upgrade zxing-cpp to 3.1.0.0 - upgrade CameraView to 1.10.2 (fixes potential NPE on visibiity change) - call all gradle builds with android.builder.sdkDownload=false to force use of pinned SDK, fail otherwise. - pin gradle itself using distributionSha256Sum Note: since gradle now refuses to use other SDKs than the one provided by P4A, the patches need (probably slight) maintenance when buildozer SDK is updated.
…ing locally built artifacts
accumulator
force-pushed
the
android_gradle9_pin_barcode_scanner
branch
from
August 17, 2026 11:49
53f0ddf to
8590849
Compare
… and zxing-cpp, pinning the dependency trees of these modules. also adds metadata generation script make_verification_metadata.sh, which should be run from within the build container.
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.
This PR upgrades gradle used in P4A to 9.4.1 (AGP 9.1.0) and patches the barcode scanner components
to pin to the p4a provided toolchain, upgrades xzing-cpp to 3.1.0.0, CameraView to 1.10.2