Skip to content

Bump the androidx group with 16 updates#988

Merged
MGaetan89 merged 1 commit intomainfrom
dependabot/gradle/androidx-ca47f44260
Apr 15, 2025
Merged

Bump the androidx group with 16 updates#988
MGaetan89 merged 1 commit intomainfrom
dependabot/gradle/androidx-ca47f44260

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps the androidx group with 16 updates:

Package From To
androidx.core:core 1.15.0 1.16.0
androidx.core:core-ktx 1.15.0 1.16.0
androidx.media3:media3-cast 1.6.0 1.6.1
androidx.media3:media3-common 1.6.0 1.6.1
androidx.media3:media3-datasource 1.6.0 1.6.1
androidx.media3:media3-datasource-okhttp 1.6.0 1.6.1
androidx.media3:media3-decoder 1.6.0 1.6.1
androidx.media3:media3-exoplayer 1.6.0 1.6.1
androidx.media3:media3-ui 1.6.0 1.6.1
androidx.media3:media3-ui-compose 1.6.0 1.6.1
androidx.media3:media3-exoplayer-dash 1.6.0 1.6.1
androidx.media3:media3-exoplayer-hls 1.6.0 1.6.1
androidx.media3:media3-session 1.6.0 1.6.1
androidx.media3:media3-test-utils 1.6.0 1.6.1
androidx.media3:media3-test-utils-robolectric 1.6.0 1.6.1
androidx.compose:compose-bom 2025.03.01 2025.04.00

Updates androidx.core:core from 1.15.0 to 1.16.0

Updates androidx.core:core-ktx from 1.15.0 to 1.16.0

Updates androidx.core:core-ktx from 1.15.0 to 1.16.0

Updates androidx.media3:media3-cast from 1.6.0 to 1.6.1

Release notes

Sourced from androidx.media3:media3-cast's releases.

1.6.1

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (#2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null (#2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an Mp4AlternateGroupData entry in each track's Format.metadata (#2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a playlist of short content (#1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value.
    • Fix issue where notifications reappear after they have been dismissed by the user (#2302).
    • Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have COMMAND_GET_TIMELINE available while COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is empty (#2320).
    • Fix a bug where calling MediaSessionService.setMediaNotificationProvider is silently ignored after other interactions with the service like setForegroundServiceTimeoutMs (#2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and CompositionPlayer.
    • Fix bug where PlayerSurface can't be recomposed with a new Player.
  • HLS extension:
    • Fix issue where chunk duration wasn't set in CmcdData for HLS media, causing an assertion failure when processing encrypted media segments (#2312).
  • RTSP extension:
    • Add support for URI with RTSPT scheme as a way to configure the RTSP session to use TCP (#1484).
  • Cast extension:
    • Add support for playlist metadata (#2235).
Changelog

Sourced from androidx.media3:media3-cast's changelog.

1.6.1 (2025-04-14)

This release includes the following changes since the 1.6.0 release:

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (#2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null (#2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an Mp4AlternateGroupData entry in each track's Format.metadata (#2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a playlist of short content (#1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value.
    • Fix issue where notifications reappear after they have been dismissed by the user (#2302).
    • Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have COMMAND_GET_TIMELINE available while COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is empty (#2320).
    • Fix a bug where calling MediaSessionService.setMediaNotificationProvider is silently ignored after other interactions with the service like setForegroundServiceTimeoutMs (#2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and CompositionPlayer.

... (truncated)

Commits
  • 839c4a9 Update release notes for 1.6.1
  • 184416a Prevent metricsReporter.reportMetrics() from throwing
  • aea0637 Fix media period mismatch during recoverable renderer error processing
  • f533f55 Add missing type cast
  • 177092d Fix getChildPeriod logic if the child is a TimeOffsetMediaPeriod
  • 153974e Derive average bitrate from stsz sample size and mdhd duration
  • d7234a6 Fix issue where ProgressiveMediaPeriod fails assertPrepared
  • 24a8185 Ensure media notification provider can be updated
  • d652ba6 Bump version to 1.6.1
  • 75e2522 Always return empty timeline when wrapped player is empty
  • Additional commits viewable in compare view

Updates androidx.media3:media3-common from 1.6.0 to 1.6.1

Release notes

Sourced from androidx.media3:media3-common's releases.

1.6.1

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (#2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null (#2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an Mp4AlternateGroupData entry in each track's Format.metadata (#2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a playlist of short content (#1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value.
    • Fix issue where notifications reappear after they have been dismissed by the user (#2302).
    • Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have COMMAND_GET_TIMELINE available while COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is empty (#2320).
    • Fix a bug where calling MediaSessionService.setMediaNotificationProvider is silently ignored after other interactions with the service like setForegroundServiceTimeoutMs (#2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and CompositionPlayer.
    • Fix bug where PlayerSurface can't be recomposed with a new Player.
  • HLS extension:
    • Fix issue where chunk duration wasn't set in CmcdData for HLS media, causing an assertion failure when processing encrypted media segments (#2312).
  • RTSP extension:
    • Add support for URI with RTSPT scheme as a way to configure the RTSP session to use TCP (#1484).
  • Cast extension:
    • Add support for playlist metadata (#2235).
Changelog

Sourced from androidx.media3:media3-common's changelog.

1.6.1 (2025-04-14)

This release includes the following changes since the 1.6.0 release:

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (#2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null (#2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an Mp4AlternateGroupData entry in each track's Format.metadata (#2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a playlist of short content (#1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value.
    • Fix issue where notifications reappear after they have been dismissed by the user (#2302).
    • Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have COMMAND_GET_TIMELINE available while COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is empty (#2320).
    • Fix a bug where calling MediaSessionService.setMediaNotificationProvider is silently ignored after other interactions with the service like setForegroundServiceTimeoutMs (#2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and CompositionPlayer.

... (truncated)

Commits
  • 839c4a9 Update release notes for 1.6.1
  • 184416a Prevent metricsReporter.reportMetrics() from throwing
  • aea0637 Fix media period mismatch during recoverable renderer error processing
  • f533f55 Add missing type cast
  • 177092d Fix getChildPeriod logic if the child is a TimeOffsetMediaPeriod
  • 153974e Derive average bitrate from stsz sample size and mdhd duration
  • d7234a6 Fix issue where ProgressiveMediaPeriod fails assertPrepared
  • 24a8185 Ensure media notification provider can be updated
  • d652ba6 Bump version to 1.6.1
  • 75e2522 Always return empty timeline when wrapped player is empty
  • Additional commits viewable in compare view

Updates androidx.media3:media3-datasource from 1.6.0 to 1.6.1

Release notes

Sourced from androidx.media3:media3-datasource's releases.

1.6.1

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (#2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null (#2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an Mp4AlternateGroupData entry in each track's Format.metadata (#2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a playlist of short content (#1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value.
    • Fix issue where notifications reappear after they have been dismissed by the user (#2302).
    • Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have COMMAND_GET_TIMELINE available while COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is empty (#2320).
    • Fix a bug where calling MediaSessionService.setMediaNotificationProvider is silently ignored after other interactions with the service like setForegroundServiceTimeoutMs (#2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and CompositionPlayer.
    • Fix bug where PlayerSurface can't be recomposed with a new Player.
  • HLS extension:
    • Fix issue where chunk duration wasn't set in CmcdData for HLS media, causing an assertion failure when processing encrypted media segments (#2312).
  • RTSP extension:
    • Add support for URI with RTSPT scheme as a way to configure the RTSP session to use TCP (#1484).
  • Cast extension:
    • Add support for playlist metadata (#2235).
Changelog

Sourced from androidx.media3:media3-datasource's changelog.

1.6.1 (2025-04-14)

This release includes the following changes since the 1.6.0 release:

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (#2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null (#2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an Mp4AlternateGroupData entry in each track's Format.metadata (#2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a playlist of short content (#1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value.
    • Fix issue where notifications reappear after they have been dismissed by the user (#2302).
    • Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have COMMAND_GET_TIMELINE available while COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is empty (#2320).
    • Fix a bug where calling MediaSessionService.setMediaNotificationProvider is silently ignored after other interactions with the service like setForegroundServiceTimeoutMs (#2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and CompositionPlayer.

... (truncated)

Commits
  • 839c4a9 Update release notes for 1.6.1
  • 184416a Prevent metricsReporter.reportMetrics() from throwing
  • aea0637 Fix media period mismatch during recoverable renderer error processing
  • f533f55 Add missing type cast
  • 177092d Fix getChildPeriod logic if the child is a TimeOffsetMediaPeriod
  • 153974e Derive average bitrate from stsz sample size and mdhd duration
  • d7234a6 Fix issue where ProgressiveMediaPeriod fails assertPrepared
  • 24a8185 Ensure media notification provider can be updated
  • d652ba6 Bump version to 1.6.1
  • 75e2522 Always return empty timeline when wrapped player is empty
  • Additional commits viewable in compare view

Updates androidx.media3:media3-datasource-okhttp from 1.6.0 to 1.6.1

Release notes

Sourced from androidx.media3:media3-datasource-okhttp's releases.

1.6.1

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (#2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null (#2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an Mp4AlternateGroupData entry in each track's Format.metadata (#2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a playlist of short content (#1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value.
    • Fix issue where notifications reappear after they have been dismissed by the user (#2302).
    • Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have COMMAND_GET_TIMELINE available while COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is empty (#2320).
    • Fix a bug where calling MediaSessionService.setMediaNotificationProvider is silently ignored after other interactions with the service like setForegroundServiceTimeoutMs (#2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and CompositionPlayer.
    • Fix bug where PlayerSurface can't be recomposed with a new Player.
  • HLS extension:
    • Fix issue where chunk duration wasn't set in CmcdData for HLS media, causing an assertion failure when processing encrypted media segments (#2312).
  • RTSP extension:
    • Add support for URI with RTSPT scheme as a way to configure the RTSP session to use TCP (#1484).
  • Cast extension:
    • Add support for playlist metadata (#2235).
Changelog

Sourced from androidx.media3:media3-datasource-okhttp's changelog.

1.6.1 (2025-04-14)

This release includes the following changes since the 1.6.0 release:

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (#2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null (#2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an Mp4AlternateGroupData entry in each track's Format.metadata (#2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a playlist of short content (#1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value.
    • Fix issue where notifications reappear after they have been dismissed by the user (#2302).
    • Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have COMMAND_GET_TIMELINE available while COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is empty (#2320).
    • Fix a bug where calling MediaSessionService.setMediaNotificationProvider is silently ignored after other interactions with the service like setForegroundServiceTimeoutMs (#2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and CompositionPlayer.

... (truncated)

Commits
  • 839c4a9 Update release notes for 1.6.1
  • 184416a Prevent metricsReporter.reportMetrics() from throwing
  • aea0637 Fix media period mismatch during recoverable renderer error processing
  • f533f55 Add missing type cast
  • 177092d Fix getChildPeriod logic if the child is a TimeOffsetMediaPeriod
  • 153974e Derive average bitrate from stsz sample size and mdhd duration
  • d7234a6 Fix issue where ProgressiveMediaPeriod fails assertPrepared
  • 24a8185 Ensure media notification provider can be updated
  • d652ba6 Bump version to 1.6.1
  • 75e2522 Always return empty timeline when wrapped player is empty
  • Additional commits viewable in compare view

Updates androidx.media3:media3-decoder from 1.6.0 to 1.6.1

Release notes

Sourced from androidx.media3:media3-decoder's releases.

1.6.1

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (#2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null (#2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an Mp4AlternateGroupData entry in each track's Format.metadata (#2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a playlist of short content (#1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value.
    • Fix issue where notifications reappear after they have been dismissed by the user (#2302).
    • Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have COMMAND_GET_TIMELINE available while COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is empty (#2320).
    • Fix a bug where calling MediaSessionService.setMediaNotificationProvider is silently ignored after other interactions with the service like setForegroundServiceTimeoutMs (#2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and CompositionPlayer.
    • Fix bug where PlayerSurface can't be recomposed with a new Player.
  • HLS extension:
    • Fix issue where chunk duration wasn't set in CmcdData for HLS media, causing an assertion failure when processing encrypted media segments (#2312).
  • RTSP extension:
    • Add support for URI with RTSPT scheme as a way to configure the RTSP session to use TCP (#1484).
  • Cast extension:
    • Add support for playlist metadata (#2235).
Changelog

Sourced from androidx.media3:media3-decoder's changelog.

1.6.1 (2025-04-14)

This release includes the following changes since the 1.6.0 release:

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (#2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null (#2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an Mp4AlternateGroupData entry in each track's Format.metadata (#2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a playlist of short content (#1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value.
    • Fix issue where notifications reappear after they have been dismissed by the user (#2302).
    • Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have COMMAND_GET_TIMELINE available while COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is empty (#2320).
    • Fix a bug where calling MediaSessionService.setMediaNotificationProvider is silently ignored after other interactions with the service like setForegroundServiceTimeoutMs (#2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and CompositionPlayer.

... (truncated)

Commits
  • 839c4a9 Update release notes for 1.6.1
  • 184416a Prevent metricsReporter.reportMetrics() from throwing
  • aea0637 Fix media period mismatch during recoverable renderer error processing
  • f533f55 Add missing type cast
  • 177092d Fix getChildPeriod logic if the child is a TimeOffsetMediaPeriod
  • 153974e Derive average bitrate from stsz sample size and mdhd duration
  • d7234a6 Fix issue where ProgressiveMediaPeriod fails assertPrepared
  • 24a8185 Ensure media notification provider can be updated
  • d652ba6 Bump version to 1.6.1
  • 75e2522 Always return empty timeline when wrapped player is empty
  • Additional commits viewable in compare view

Updates androidx.media3:media3-exoplayer from 1.6.0 to 1.6.1

Release notes

Sourced from androidx.media3:media3-exoplayer's releases.

1.6.1

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (#2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null (#2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an Mp4AlternateGroupData entry in each track's Format.metadata (#2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a playlist of short content (#1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value.
    • Fix issue where notifications reappear after they have been dismissed by the user (#2302).
    • Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have COMMAND_GET_TIMELINE available while COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is empty (#2320).
    • Fix a bug where calling MediaSessionService.setMediaNotificationProvider is silently ignored after other interactions with the service like setForegroundServiceTimeoutMs (#2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and CompositionPlayer.
    • Fix bug where PlayerSurface can't be recomposed with a new Player.
  • HLS extension:
    • Fix issue where chunk duration wasn't set in CmcdData for HLS media, causing an assertion failure when processing encrypted media segments (#2312).
  • RTSP extension:
    • Add support for URI with RTSPT scheme as a way to configure the RTSP session to use TCP (#1484).
  • Cast extension:
    • Add support for playlist metadata (#2235).
Changelog

Sourced from androidx.media3:media3-exoplayer's changelog.

1.6.1 (2025-04-14)

This release includes the following changes since the 1.6.0 release:

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (#2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null (#2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an Mp4AlternateGroupData entry in each track's Format.metadata (#2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a playlist of short content (#1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value.
    • Fix issue where notifications reappear after they have been dismissed by the user (#2302).
    • Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have COMMAND_GET_TIMELINE available while COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is empty (#2320).
    • Fix a bug where calling MediaSessionService.setMediaNotificationProvider is silently ignored after other interactions with the service like setForegroundServiceTimeoutMs (#2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and CompositionPlayer.

... (truncated)

Commits
  • 839c4a9 Update release notes for 1.6.1
  • 184416a Prevent metricsReporter.reportMetrics() from throwing
  • aea0637 Fix media period mismatch during recoverable renderer error processing
  • f533f55 Add missing type cast
  • 177092d Fix getChildPeriod logic if the child is a TimeOffsetMediaPeriod
  • 153974e Derive average bitrate from stsz sample size and mdhd duration
  • d7234a6 Fix issue where ProgressiveMediaPeriod fails assertPrepared
  • 24a8185 Ensure media notification provider can be updated
  • d652ba6 Bump version to 1.6.1
  • 75e2522 Always return empty timeline when wrapped player is empty
  • Additional commits viewable in compare view

Updates androidx.media3:media3-ui from 1.6.0 to 1.6.1

Release notes

Sourced from androidx.media3:media3-ui's releases.

1.6.1

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (#2253).
    • Ensure AdPlaybackState.withAdDurationsUs(long[][]) can be used after ad groups have been removed. The user still needs to pass in an array of durations for removed ad groups which can be empty or null (#2267).
  • Extractors:
    • MP4: Parse alternate_group from the tkhd box and expose it as an Mp4AlternateGroupData entry in each track's Format.metadata (#2242).
  • Audio:
    • Fix offload issue where the position might get stuck when playing a playlist of short content (#1920).
  • Session:
    • Lower aggregation timeout for platform MediaSession callbacks from 500 to 100 milliseconds and add an experimental setter to allow apps to configure this value.
    • Fix issue where notifications reappear after they have been dismissed by the user (#2302).
    • Fix a bug where the session returned a single-item timeline when the wrapped player is actually empty. This happened when the wrapped player doesn't have COMMAND_GET_TIMELINE available while COMMAND_GET_CURRENT_MEDIA_ITEM is available and the wrapped player is empty (#2320).
    • Fix a bug where calling MediaSessionService.setMediaNotificationProvider is silently ignored after other interactions with the service like setForegroundServiceTimeoutMs (#2305).
  • UI:
    • Enable PlayerSurface to work with ExoPlayer.setVideoEffects and CompositionPlayer.
    • Fix bug where PlayerSurface can't be recomposed with a new Player.
  • HLS extension:
    • Fix issue where chunk duration wasn't set in CmcdData for HLS media, causing an assertion failure when processing encrypted media segments (#2312).
  • RTSP extension:
    • Add support for URI with RTSPT scheme as a way to configure the RTSP session to use TCP (#1484).
  • Cast extension:
    • Add support for playlist metadata (#2235).
Changelog

Sourced from androidx.media3:media3-ui's changelog.

1.6.1 (2025-04-14)

This release includes the following changes since the 1.6.0 release:

  • Common Library:
    • Add PlaybackParameters.withPitch(float) method for easily copying a PlaybackParameters with a new pitch value (#2257).
  • ExoPlayer:
    • Fix issue where media item transition fails due to recoverable renderer error during initialization of the next media item (#2229).
    • Fix issue where ProgressiveMediaPeriod throws an IllegalStateException as PreloadMediaSource attempts to call its getBufferedDurationUs() before it is prepared (#2315).
    • Fix sending CmcdData in manifest requests for DASH, HLS, and SmoothStreaming (

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 14, 2025
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Pillarbox Apr 14, 2025
@github-actions
Copy link

github-actions bot commented Apr 14, 2025

Code Coverage

Overall Project 50.8% 🟢

There is no coverage information present for the Files changed

@MGaetan89 MGaetan89 moved this from 📋 Backlog to 🍿 Code Review in Pillarbox Apr 14, 2025
@MGaetan89
Copy link
Contributor

@dependabot rebase

Bumps the androidx group with 16 updates:

| Package | From | To |
| --- | --- | --- |
| androidx.core:core | `1.15.0` | `1.16.0` |
| androidx.core:core-ktx | `1.15.0` | `1.16.0` |
| [androidx.media3:media3-cast](https://github.com/androidx/media) | `1.6.0` | `1.6.1` |
| [androidx.media3:media3-common](https://github.com/androidx/media) | `1.6.0` | `1.6.1` |
| [androidx.media3:media3-datasource](https://github.com/androidx/media) | `1.6.0` | `1.6.1` |
| [androidx.media3:media3-datasource-okhttp](https://github.com/androidx/media) | `1.6.0` | `1.6.1` |
| [androidx.media3:media3-decoder](https://github.com/androidx/media) | `1.6.0` | `1.6.1` |
| [androidx.media3:media3-exoplayer](https://github.com/androidx/media) | `1.6.0` | `1.6.1` |
| [androidx.media3:media3-ui](https://github.com/androidx/media) | `1.6.0` | `1.6.1` |
| [androidx.media3:media3-ui-compose](https://github.com/androidx/media) | `1.6.0` | `1.6.1` |
| [androidx.media3:media3-exoplayer-dash](https://github.com/androidx/media) | `1.6.0` | `1.6.1` |
| [androidx.media3:media3-exoplayer-hls](https://github.com/androidx/media) | `1.6.0` | `1.6.1` |
| [androidx.media3:media3-session](https://github.com/androidx/media) | `1.6.0` | `1.6.1` |
| [androidx.media3:media3-test-utils](https://github.com/androidx/media) | `1.6.0` | `1.6.1` |
| [androidx.media3:media3-test-utils-robolectric](https://github.com/androidx/media) | `1.6.0` | `1.6.1` |
| androidx.compose:compose-bom | `2025.03.01` | `2025.04.00` |


Updates `androidx.core:core` from 1.15.0 to 1.16.0

Updates `androidx.core:core-ktx` from 1.15.0 to 1.16.0

Updates `androidx.core:core-ktx` from 1.15.0 to 1.16.0

Updates `androidx.media3:media3-cast` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-common` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-datasource` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-datasource-okhttp` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-decoder` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-exoplayer` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-ui` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-ui-compose` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-exoplayer-dash` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-exoplayer-hls` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-session` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-test-utils` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-test-utils-robolectric` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-common` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-datasource` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-datasource-okhttp` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-decoder` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-exoplayer` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-ui` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-ui-compose` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-exoplayer-dash` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-exoplayer-hls` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-session` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-test-utils` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.media3:media3-test-utils-robolectric` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/androidx/media/releases)
- [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md)
- [Commits](androidx/media@1.6.0...1.6.1)

Updates `androidx.compose:compose-bom` from 2025.03.01 to 2025.04.00

---
updated-dependencies:
- dependency-name: androidx.core:core
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: androidx
- dependency-name: androidx.core:core-ktx
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: androidx
- dependency-name: androidx.core:core-ktx
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: androidx
- dependency-name: androidx.media3:media3-cast
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-common
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-datasource
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-datasource-okhttp
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-decoder
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-exoplayer
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-ui
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-ui-compose
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-exoplayer-dash
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-exoplayer-hls
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-session
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-test-utils
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-test-utils-robolectric
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-common
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-datasource
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-datasource-okhttp
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-decoder
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-exoplayer
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-ui
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-ui-compose
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-exoplayer-dash
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-exoplayer-hls
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-session
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-test-utils
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.media3:media3-test-utils-robolectric
  dependency-version: 1.6.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: androidx
- dependency-name: androidx.compose:compose-bom
  dependency-version: 2025.04.00
  dependency-type: direct:production
  dependency-group: androidx
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/androidx-ca47f44260 branch from b92e70f to a958c66 Compare April 15, 2025 06:35
@MGaetan89
Copy link
Contributor

Here are the release notes for these updates:

@MGaetan89 MGaetan89 requested a review from StaehliJ April 15, 2025 06:38
Copy link
Contributor

@StaehliJ StaehliJ left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good, they fix something useful with the surface.

@MGaetan89 MGaetan89 added this pull request to the merge queue Apr 15, 2025
Merged via the queue into main with commit 62c3980 Apr 15, 2025
10 checks passed
@MGaetan89 MGaetan89 deleted the dependabot/gradle/androidx-ca47f44260 branch April 15, 2025 08:55
@github-project-automation github-project-automation bot moved this from 🍿 Code Review to ✅ Done in Pillarbox Apr 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

Status: ✅ Done

Development

Successfully merging this pull request may close these issues.

2 participants