Skip to content

Update all dependencies - #2832

Open
renovate-bot wants to merge 1 commit into
google:mainfrom
renovate-bot:renovate/all
Open

Update all dependencies#2832
renovate-bot wants to merge 1 commit into
google:mainfrom
renovate-bot:renovate/all

Conversation

@renovate-bot

@renovate-bot renovate-bot commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/setup-java (changelog) action digest dd06d9cde7274f
androidx.wear.compose.remote:remote-material3 (source) dependencies patch 1.0.0-alpha101.0.0-alpha11 age confidence
androidx.compose.remote:remote-creation-compose (source) dependencies patch 1.0.0-alpha181.0.0-alpha19 age confidence
androidx.compose.remote:remote-creation (source) dependencies patch 1.0.0-alpha181.0.0-alpha19 age confidence
androidx.compose.remote:remote-tooling-preview (source) dependencies patch 1.0.0-alpha181.0.0-alpha19 age confidence
androidx.compose.remote:remote-core (source) dependencies patch 1.0.0-alpha181.0.0-alpha19 age confidence
androidx.compose.remote:remote-player-view (source) dependencies patch 1.0.0-alpha181.0.0-alpha19 age confidence
androidx.compose.remote:remote-player-core (source) dependencies patch 1.0.0-alpha181.0.0-alpha19 age confidence
androidx.compose.remote:remote-player-compose (source) dependencies patch 1.0.0-alpha181.0.0-alpha19 age confidence
androidx.glance.wear:wear-core (source) dependencies patch 1.0.0-alpha171.0.0-alpha18 age confidence
androidx.glance.wear:wear (source) dependencies patch 1.0.0-alpha171.0.0-alpha18 age confidence
androidx.glance.wear:wear-tooling-preview (source) dependencies patch 1.0.0-alpha171.0.0-alpha18 age confidence
androidx.room:room-ktx (source) dependencies patch 2.8.42.8.5 age confidence
androidx.room:room-compiler (source) dependencies patch 2.8.42.8.5 age confidence
androidx.room:room-common (source) dependencies patch 2.8.42.8.5 age confidence
io.github.takahirom.roborazzi plugin minor 1.73.01.74.0 age confidence
io.github.takahirom.roborazzi:roborazzi-junit-rule dependencies minor 1.73.01.74.0 age confidence
io.github.takahirom.roborazzi:roborazzi-painter dependencies minor 1.73.01.74.0 age confidence
io.github.takahirom.roborazzi:roborazzi-compose dependencies minor 1.73.01.74.0 age confidence
io.github.takahirom.roborazzi:roborazzi-accessibility-check dependencies minor 1.73.01.74.0 age confidence
io.github.takahirom.roborazzi:roborazzi dependencies minor 1.73.01.74.0 age confidence
com.google.android.gms:play-services-oss-licenses dependencies patch 17.5.117.5.2 age confidence
org.robolectric:shadows-framework (source) dependencies minor 4.16.14.17 age confidence
org.robolectric:robolectric (source) dependencies minor 4.16.14.17 age confidence
me.tylerbwong.gradle.metalava plugin patch 0.5.00.5.1 age confidence
androidx.tracing:tracing-ktx (source) dependencies patch 2.0.12.0.2 age confidence
com.gradle.develocity plugin patch 4.5.04.5.1 age confidence
androidx.benchmark:benchmark-macro-junit4 (source) dependencies minor 1.4.11.5.0 age confidence
androidx.benchmark:benchmark-junit4 (source) dependencies minor 1.4.11.5.0 age confidence

Release Notes

takahirom/roborazzi (io.github.takahirom.roborazzi)

v1.74.0

Compare Source

Fixes
  • A popup opened from inside a dialog was drawn at the wrong position. captureScreenRoboImage() composites every window onto one canvas, and it placed all of them against the screen. That is right for an Activity or a Dialog, whose layout params x/y are screen relative, but a sub-window — a PopupWindow, a Spinner drop-down, a Compose Popup/DropdownMenu — stores x/y relative to the window its anchor lives in. For an anchor in an Activity that window sits at the screen origin, so the two agree and nobody noticed; for an anchor inside a Dialog the popup was offset by the dialog's own position. Sub-windows are now placed against their parent window, found through the application window token their layout params carry. A window that laid itself out in screen coordinates (FLAG_LAYOUT_IN_SCREEN, e.g. PopupWindow.setIsLaidOutInScreen(true)) keeps its coordinates, and an unresolvable parent falls back to the previous screen-relative behavior (#​922, fixes #​921). Thank you @​david-allison for the report with a reproducer commit in AnkiDroid!
    image
What's Changed

Full Changelog: takahirom/roborazzi@1.73.0...1.74.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions

github-actions Bot commented Sep 9, 2026

Copy link
Copy Markdown

Preview Changes

Note

Compared against the baseline rendered from ac202ec0, which is 4 commit(s) behind this PR's base (bb12fd5b) — the newest baseline published when this ran. Any preview those commits changed is attributed to this PR below. Re-run this check once the baseline for bb12fd5b has published to see only this PR's own changes.

Warning

1 preview(s) failed to render in this PR's render run. The diff below covers only the previews that produced a PNG.

Changed (1 variant(s) across 1 function(s))

ActiveDurationTextPreview (health:composables)

Before After

Render Failures (1 variant(s) across 1 function(s))

The render task completed but produced no PNG for these previews. Common causes: Robolectric sandbox crash, composePreviewRender NO-SOURCE, or a runtime exception inside the composable. Check the composePreviewRender-reports artifact attached to this run.

  • WearAppPreview (sample) — src/main/java/com/google/android/horologist/ambient/AmbientAwareActivity.kt
    • sample/com.google.android.horologist.ambient.AmbientAwareActivityKt.WearAppPreview_Devices - Large Round · Devices - Large Round
Unchanged (386 function(s), 575 variant(s))
  • AccountChipPreview
  • AccountChipPreviewNoAvatar
  • ActiveDurationTextCustomSeparatorPreview
  • AlertDialogPreview
  • AlertDialogWithIconPreview
  • AlertDialogWithLongBodyPreview
  • AmbientMediaControlButtonsDisabledPreview
  • AmbientMediaControlButtonsPausedPreview
  • AmbientMediaControlButtonsPlayingPreview
  • AmbientMediaInfoDisplayLoadingPreview
  • AmbientMediaInfoDisplayNothingPlayingPreview
  • AmbientMediaInfoDisplayPreview
  • AmbientMessageDisplayPreview
  • AmbientPlayPauseButtonDisabledPreview
  • AmbientPlayPauseButtonPausedPreview
  • AmbientPlayPauseButtonPlayingPreview
  • AmbientPlayerScreenNothingPlayingPreview
  • AmbientPlayerScreenPausedPreview
  • AmbientPlayerScreenPreview
  • AmbientSeekToNextButtonPreview
  • AmbientSeekToPreviousButtonPreview
  • AnimatedMediaControlButtonsBufferingPreview
  • AnimatedMediaControlButtonsDisabledPreview
  • AnimatedMediaControlButtonsPausedPreview
  • AnimatedMediaControlButtonsPlayingPreview
  • AnimatedPlayPauseButtonPreview
  • AnimatedPlayPauseMorphPreview
  • AnimatedPlayPauseProgressButtonLoadingPreview
  • AnimatedPlayPauseProgressButtonMorphPreview
  • AnimatedPlayPauseProgressButtonPausedPreview
  • AnimatedPlayPauseProgressButtonPlayingPreview
  • AnimatedPlayPauseProgressButtonPreview
  • AnimatedSeekToNextButtonPreview
  • AnimatedSeekToNextButtonPreviewDisabled
  • AnimatedSeekToNextButtonPreviewEnabled
  • AnimatedSeekToPreviousButtonPreview
  • AnimatedSetVolumeButtonPreview
  • AnimatedVolumeButtonMotionPreview
  • ArtworkImageBackgroundPreview
  • AudioOutputButtonPreview
  • AuditMenuScreenPreview
  • AuthErrorScreenPreview
  • AuthMenuScreenPreview
  • BrowseScreenPreview
  • BrowseScreenPreviewEmpty
  • BrowseScreenPreviewFailed
  • BrowseScreenPreviewLoading
  • ButtonPreview
  • ButtonPreviewCustomSize
  • ButtonPreviewDisabled
  • ButtonPreviewLarge
  • ButtonPreviewSmall
  • ButtonPreviewWithIconButtonColors
  • ButtonPreviewWithSecondaryButtonColors
  • CardsAuditPreview
  • CheckYourPhoneScreenPreview
  • CheckYourPhoneScreenPreviewWithMessage
  • ChipIconWithProgressInProgressLargeIconPreview
  • ChipIconWithProgressInProgressMediumIconPreview
  • ChipIconWithProgressInProgressPreview
  • ChipIconWithProgressInProgressSmallIconPreview
  • ChipIconWithProgressPreview
  • ChipIconWithProgressWithIconPreview
  • ChipPreview
  • ChipPreviewDisabled
  • ChipPreviewWithGradientBackgroundChipColors
  • ChipPreviewWithIcon
  • ChipPreviewWithImageBackgroundChipColors
  • ChipPreviewWithLargeIcon
  • ChipPreviewWithSecondaryChipColors
  • ChipPreviewWithSecondaryLabel
  • ChipPreviewWithSecondaryLabelAndIcon
  • ChipPreviewWithSecondaryLabelAndLargeIcon
  • ColorBackgroundPreview
  • CompactChipPreview
  • CompactChipPreviewIconOnly
  • CompactChipPreviewWithIcon
  • ConfirmationLongTitlePreview
  • ConfirmationPreview
  • CreateAccountChipPreview
  • CreateAccountChipPreviewLargeIconSpace
  • CurvedTimeTextAuditPreview
  • DatePickerPreview
  • DatePickerPreviewLargeDeviceSmallFont
  • DatePickerPreviewSmallDeviceWithLargeFontBold
  • DefaultPreview
  • DeviceChipPreview
  • EntityButtonPreviewDisabled
  • EntityButtonPreviewEnabled
  • EntityScreenPreview
  • EntityScreenPreviewFailedState
  • EntityScreenPreviewLoaded
  • EntityScreenPreviewLoadedState
  • EntityScreenPreviewLoading
  • EntityScreenPreviewLoadingState
  • FailedResponseChipPreview
  • FillMaxRectanglePreview
  • GoogleSignInPromptSampleScreenPreview
  • GuestModeButtonPreview
  • GuestModeChipPreview
  • IconPreview
  • IconPreviewMirrored
  • InfoScreenPreview
  • InstallAppBottomSheetContentPreview
  • InstallAppBottomSheetContentPreviewNoIcon
  • InstallAppBottomSheetLandscapeContentPreview
  • InstallAppBottomSheetLandscapeContentPreviewNoIcon
  • InstallAppCustomPromptDemoScreenPreview
  • InstallAppCustomPromptDemoScreenPreviewWithPrompt
  • InstallAppPromptDemoScreenPreview
  • InstallTileBottomSheetContentPreview
  • InstallTileBottomSheetContentPreviewNoIcon
  • InstallTileBottomSheetLandscapeContentPreview
  • InstallTileBottomSheetLandscapeContentPreviewNoIcon
  • InstallTileCustomPromptDemoScreenPreview
  • InstallTileCustomPromptDemoScreenPreviewWithPrompt
  • InstallTilePromptDemoScreenPreview
  • LoadingMediaDisplayPreview
  • LottieGeometryAnimatedPreview
  • LottieGeometryPreview
  • LottieM3PlayPauseAnimatedPreview
  • LottieM3PlayPausePreview
  • LottieNextAnimatedPreview
  • LottieNextPreview
  • LottieParentChainPreview
  • LottiePlayPauseAnimatedPreview
  • LottiePlayPausePauseStatePreview
  • LottiePlayPausePreview
  • LottiePositionAnimatedLivePreview
  • LottiePositionAnimatedPreview
  • LottiePositionStaticPreview
  • LottieTintGeometryAnimatedPreview
  • LottieTintGeometryPreview
  • MainPreview
  • MainScreenPreview
  • MarqueeTextConstantScrollingPreview
  • MarqueeTextConstantWithIconScrollingPreview
  • MarqueeTextMediaDisplayPreview
  • MarqueeTextShortTextCenterPreview
  • MarqueeTextShortTextRightPreview
  • MarqueeTextShortTextRtlPreview
  • MarqueeTextStyledPreview
  • MarqueeTextTypicalPreview
  • MediaArtworkPreview
  • MediaButtonPreview
  • MediaChipPreview
  • MediaChipPreviewNoArtwork
  • MediaChipPreviewNoTitle
  • MediaChipPreviewVeryLongTitle
  • MediaCollectionWidgetRectangularPreview
  • MediaCollectionWidgetRoundPreview
  • MediaCollectionWidgetSquirclePreview
  • MediaControlButtonsDisabledPreview
  • MediaControlButtonsPausedPreview
  • MediaControlButtonsPlayingPreview
  • MediaControlButtonsPreview
  • MediaControlButtonsPreviewNoProgress
  • MediaDetailsButtonPreview
  • MediaTitleIconPreview
  • MenuScreenPreview
  • MessageMediaDisplayPreview
  • MetricDisplayPreview
  • MetricDisplayPreviewBottomRightText
  • MetricDisplayPreviewTextOnly
  • MetricDisplayPreviewTopRightText
  • MetricsScreenPreviewFourMetrics
  • MetricsScreenPreviewOneMetric
  • MetricsScreenPreviewThreeMetrics
  • MetricsScreenPreviewTwoMetrics
  • NodeCardPreview
  • NodeDetailsScreenPreview
  • NodesActionDialogPreview
  • NodesActionFailureDialogPreview
  • NodesActionSucceededDialogPreview
  • NodesActionsScreenPreviewApiNotAvailable
  • NodesActionsScreenPreviewEmptyNodes
  • NodesActionsScreenPreviewLoaded
  • NodesListenerScreenPreview
  • NodesListenerScreenPreviewApiNotAvailable
  • NodesListenerScreenPreviewEmptyNodes
  • NodesListenerScreenPreviewLoaded
  • NodesScreenPreview
  • NodesScreenPreviewApiNotAvailable
  • NodesScreenPreviewEmptyNodes
  • NothingPlayingDisplayPreview
  • OtherOptionsChipPreview
  • OutlinedChipPreview
  • OutlinedChipPreviewDisabled
  • OutlinedChipPreviewWithIcon
  • OutlinedChipPreviewWithLargeIcon
  • OutlinedChipPreviewWithSecondaryLabel
  • OutlinedChipPreviewWithSecondaryLabelAndIcon
  • OutlinedChipPreviewWithSecondaryLabelAndLargeIcon
  • OutlinedCompactChipPreview
  • OutlinedCompactChipPreviewIconOnly
  • OutlinedCompactChipPreviewWithIcon
  • PageIndicatorLeft5PlusAuditPreview
  • PageIndicatorRight5PlusAuditPreview
  • PagerScreenPreview
  • PagingItemCardPreviewWithDelayedContent
  • PagingItemCardPreviewWithInitialContent
  • PauseButtonPreview
  • PlaceholderChipPreview
  • PlaceholderChipPreviewWithSecondaryColors
  • PlayButtonPreview
  • PlayPauseButtonPreview
  • PlayPauseProgressButtonLoadingPreview
  • PlayPauseProgressButtonPausedPreview
  • PlayPauseProgressButtonPlayingPreview
  • PlayPauseProgressButtonPreview0
  • PlayPauseProgressButtonPreview100
  • PlayPauseProgressButtonPreview25
  • PlayPauseProgressButtonPreview75
  • PlayPauseProgressButtonPreviewOnWhite
  • PlayerLibraryPagerScreenPreview
  • PlayerScreenCustomBackgroundPreview
  • PlayerScreenLongTextPreview
  • PlayerScreenNothingPlayingPreview
  • PlayerScreenPausedPreview
  • PlayerScreenPreview
  • PlayerScreenPreviewCustomBackground
  • PlayerScreenPreviewCustomMediaDisplay
  • PlayerScreenPreviewDevices
  • PlayerScreenPreviewNotingPlayingDisplay
  • PlayerScreenPreviewUamp
  • PlayerScreenThemePreview
  • PlaylistDownloadBrowseScreenPreview
  • PlaylistDownloadBrowseScreenPreviewLoading
  • PlaylistDownloadBrowseScreenPreviewNoDownloads
  • PlaylistDownloadBrowseScreenPreviewUampTheme
  • PlaylistDownloadScreenPreview
  • PlaylistDownloadScreenPreviewFailed
  • PlaylistDownloadScreenPreviewLoadedFullyDownloaded
  • PlaylistDownloadScreenPreviewLoadedNoneDownloaded
  • PlaylistDownloadScreenPreviewLoadedNoneDownloadedDownloading
  • PlaylistDownloadScreenPreviewLoadedPartiallyDownloaded
  • PlaylistDownloadScreenPreviewLoadedPartiallyDownloadedDownloadingUnknownSize
  • PlaylistDownloadScreenPreviewLoadedPartiallyDownloadedDownloadingWaiting
  • PlaylistDownloadScreenPreviewLoading
  • PlaylistStreamingScreenPreview
  • PlaylistsScreenLongPreview
  • PlaylistsScreenPreview
  • PlaylistsScreenPreviewCustomLayout
  • PlaylistsScreenPreviewFailed
  • PlaylistsScreenPreviewLoaded
  • PlaylistsScreenPreviewLoading
  • PodcastControlButtonsPausedPreview
  • PodcastControlButtonsPlayingPreview
  • PodcastControlButtonsPreview
  • PodcastControlButtonsPreviewNoProgress
  • PodcastControlButtonsPreviewUnknown
  • PodcastControlDisabledLightBackground
  • Preview
  • PreviewHighCornerRadius
  • PreviewProgressAnimation
  • PreviewSquare
  • PreviewSquareWithBrushAndColorsCombined
  • PreviewSquareWithBrushColors
  • PromptScreenErrorPreview
  • PromptScreenMultiTurnPreview
  • PromptScreenStreamingPreview
  • PromptScreenSuccessPreview
  • RadialBackgroundPreview
  • ReEngageBottomSheetContentPreview
  • ReEngageBottomSheetContentPreviewNoIcon
  • ReEngageBottomSheetLandscapeContentPreview
  • ReEngageBottomSheetLandscapeContentPreviewNoIcon
  • ReEngageCustomPromptDemoScreenPreview
  • ReEngagePromptDemoScreenPreview
  • ResponseInProgressCardPreview
  • SamplePromptScreenPreviewEmpty
  • SamplePromptScreenPreviewMany
  • SamplePromptScreenPreviewMarkdown
  • SamplePromptScreenPreviewQuestion
  • SampleTilePreview
  • ScratchPreview
  • ScrollAwayScreenPreview
  • SecondaryTitlePreview
  • SecondaryTitlePreviewWithIcon
  • SecondaryTitlePreviewWithIconAndLongText
  • SecondaryTitlePreviewWithLongText
  • SectionedListExpandableScreenPreview
  • SectionedListPreviewEmptySection
  • SectionedListPreviewFailedSection
  • SectionedListPreviewLoadedSection
  • SectionedListPreviewLoadingSection
  • SectionedListStatefulScreenPreview
  • SectionedListStatelessScreenPreview
  • SeekButtonsGalleryPreview
  • SeekButtonsPreview
  • SeekToNextButtonPreview
  • SeekToPreviousButtonPreview
  • SegmentedProgressIndicatorBrushColorCombinedPreview
  • SegmentedProgressIndicatorBrushPreview
  • SegmentedProgressIndicatorRoundPreview
  • SegmentedProgressIndicatorSquarePreview
  • SelectAccountScreenManyAccountsPreview
  • SelectAccountScreenOneLineAccountsPreview
  • SelectAccountScreenPreview
  • SelectAccountScreenPreviewNoAvatar
  • SetAudioOutputButtonPreview
  • SetAudioOutputButtonPreviewMaxVolume
  • SetAudioOutputButtonPreviewMinVolume
  • SetAudioOutputButtonPreviewNoOutput
  • SetVolumeButtonPreview
  • SetVolumeButtonPreviewMaxVolume
  • SetVolumeButtonPreviewMinVolume
  • SettingsButtonsDisabledPreview
  • SettingsButtonsPreview
  • SettingsButtonsWithBrandIconPreview
  • SettingsScreenPreview
  • ShowPlaylistButtonPreview
  • ShowPlaylistChipPreview
  • ShowPlaylistChipPreviewNoArtwork
  • ShowPlaylistChipPreviewNoName
  • ShowPlaylistChipPreviewVeryLongName
  • ShuffleToggleButtonPreview
  • SignInBottomSheetContentPreview
  • SignInBottomSheetContentPreviewNoIcon
  • SignInBottomSheetLandscapeContentPreview
  • SignInBottomSheetLandscapeContentPreviewNoIcon
  • SignInButtonPreview
  • SignInChipPreview
  • SignInCustomPromptDemoScreenPreview
  • SignInCustomPromptDemoScreenPreviewWithPrompt
  • SignInPlaceholderScreenPreview
  • SignInPromptDemoScreenPreview
  • SignInPromptScreenPreviewCustomLoading
  • SignInPromptScreenPreviewLoading
  • SignInPromptScreenPreviewSignedOut
  • SignedInConfirmationDialogMinimalPreview
  • SignedInConfirmationDialogPreview
  • SignedInConfirmationDialogTruncationPreview
  • SplitToggleChipCheckboxPreview
  • SplitToggleChipPreviewDisabled
  • SplitToggleChipRadioPreview
  • SplitToggleChipSwitchPreview
  • SplitToggleChipUncheckedAndDisabledPreview
  • SplitToggleChipUncheckedPreview
  • SplitToggleChipWithSecondaryLabel
  • Standard
  • StepperFloatPreview
  • StepperPreview
  • TextMediaDisplayLongTextPreview
  • TextMediaDisplayPreview
  • TextMediaDisplayPreviewLongText
  • TextPromptDisplayPreview
  • TextResponseCardPreview
  • TimePicker12hPreview
  • TimePicker12hPreviewLargeDeviceSmallFont
  • TimePicker12hPreviewSmallDeviceWithLargeFontBold
  • TimePickerPreview
  • TimePickerPreviewLargeDeviceSmallFont
  • TimePickerPreviewSmallDeviceWithLargeFontBold
  • TitlePreview
  • TitlePreviewWithLongText
  • ToggleButtonPreview
  • ToggleButtonPreviewDisabled
  • ToggleButtonPreviewIconOnly
  • ToggleButtonPreviewIconOnlyNotChecked
  • ToggleButtonPreviewNotChecked
  • ToggleButtonPreviewNotCheckedDisabled
  • ToggleButtonPreviewSmall
  • ToggleButtonPreviewSmallNotChecked
  • ToggleButtonPreviewText
  • ToggleButtonPreviewTextNotChecked
  • ToggleChipCheckboxPreview
  • ToggleChipPreviewDisabled
  • ToggleChipPreviewWithIcon
  • ToggleChipPreviewWithSecondaryLabelAndIcon
  • ToggleChipRadioPreview
  • ToggleChipSwitchPreview
  • ToggleChipUncheckedAndDisabledPreview
  • ToggleChipUncheckedPreview
  • ToggleChipWithSecondaryLabel
  • TrackMediaDisplayPreview
  • TrackMediaDisplayPreviewLongText
  • TrackingScreenPreview
  • VerticalPagerIndicatorPreview
  • VolumeScreenLocalePreview
  • VolumeScreenLongLabelPreview
  • VolumeScreenPreview
  • VolumeScreenTheme
  • VolumeScreenWithLabel
  • WearAppPreview
  • WearableOssLicensesActivity

@renovate-bot
renovate-bot force-pushed the renovate/all branch 2 times, most recently from 341adb7 to f8a4cc7 Compare September 10, 2026 14:46
yschimke added a commit that referenced this pull request Sep 11, 2026
* Update all dependencies

* Fix dependency bump #2832

- Regenerate metalava signature files. metalava-gradle 0.5.1 upgrades the
  Metalava binary from 1.0.0-alpha10 to 1.0.0-alpha15, which renders
  signatures differently: `optional` is now emitted for interface/override
  default parameters, `java.lang.String`/`Integer` are shortened, `@Composable`,
  `@JvmSynthetic` and `@Retention` are now carried through, and the synthetic
  no-arg constructor of an all-defaults Kotlin class is no longer listed.
  Only the last of these is reported as a breaking change, hence api-check.
- Hold Robolectric at 4.16.1. 4.17 needs
  --add-opens=java.base/jdk.internal.access=ALL-UNNAMED for its
  ApplicationSharedMemory emulation, and even with that it renders
  DatePickerA11yTest.interactionTest non-deterministically: two identical
  record runs produce different anti-aliasing on the "Next" button edge, so
  verifyRoborazziDebug flakes. 4.16.1 reproduces the committed goldens
  byte-for-byte.

TAG=agy
CONV=c66cd409-556b-4513-ba2d-9de63bc035b7

---------

Co-authored-by: Mend Renovate <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant