Update squareup.radiography to v2.9#1537
Open
renovate[bot] wants to merge 2 commits into
Open
Conversation
steve-the-edwards
approved these changes
Jun 3, 2026
59a5c11 to
f3bd0bc
Compare
e0e03d6 to
2fcf3d4
Compare
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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 contains the following updates:
2.4.1→2.9Release Notes
square/radiography (com.squareup.radiography:radiography)
v2.92026-02-25
v2.82026-02-19
minSdkto 23 andcompileSdk/targetSdkto 35 (#184).topLeftbounds toScannableView.ComposeView(#175).InvisibleToUsersemantics property (#185).SemanticsPropertiesprinting to ensure consistent ordering (#184).v2.72024-08-24
Update to Compose 1.7 (#169).
v2.62024-04-30
Compose call group chain information is now available. (#160)
v2.52023-11-01
Compose 1.5 is now supported. Due to breaking API changes within the Compose runtime, this version
is not compatible with earlier versions of Compose. If you need to use an earlier version of Compose,
use a 2.x version of Radiography.
The ScannableView.ComposeView has a new property,
semanticsConfigurations, which exposes SemanticsConfiguration objectsfrom both Modifiers and the new Semantics tree. In newer versions of Compose, SemanticsConfigurations cannot
be read from the Modifier list, and are present only in the Semantics tree,
so if you were previously using the
modifiersproperty for this you should switch tousing
semanticsConfigurationsinstead.Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.