Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 10, 2026

Bumps media3ExoplayerVersion from 1.9.1 to 1.9.2.
Updates androidx.media3:media3-exoplayer from 1.9.1 to 1.9.2

Release notes

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

1.9.2

  • ExoPlayer:
    • Fix bug where ProgressiveMediaSource propagates out-of-date timeline info to player and the queued periods unexpectedly get removed (#3016).
  • Session:
    • Fix issue where system UI button placement workaround negatively affects other UI surface like Android Auto or manufacturers not needing the workaround (#3041).
  • Cast extension:
    • Fix bug where transferring from Cast to local playback was broken.
Changelog

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

1.9.2 (2026-02-06)

This release includes the following changes since 1.9.1 release:

  • ExoPlayer:
    • Fix bug where ProgressiveMediaSource propagates out-of-date timeline info to player and the queued periods unexpectedly get removed (#3016).
  • Audio:
    • Improve the retry logic of AudioOutput initialization in DefaultAudioSink (#2905).
  • Session:
    • Fix issue where system UI button placement workaround negatively affects other UI surface like Android Auto or manufacturers not needing the workaround (#3041).
  • Cast extension:
    • Fix bug where transferring from Cast to local playback was broken.
Commits
  • 630c1af Update release notes for 1.9.2 and add missing link
  • 576d491 Bump version to 1.9.2
  • 6ff9631 Fix FakeExtractorInput O(N^2) resizing during reads and peeks
  • 9b355f7 Include "unknown" manufacturer in the devices requiring workaround
  • f584849 Fix workaround logic for system UI gaps
  • ccfc4f3 Add release note for Cast fix
  • 7bce838 Fix transfer from Cast to Local
  • 622f473 Avoid ProgressiveMediaSource propagating out-of-date timeline info
  • c8f7851 Use TextUtils to compare CharSequence instances
  • 300b116 Fix flakiness in ExoPlayerTest.internalDiscontinuityAtNewPosition
  • See full diff in compare view

Updates androidx.media3:media3-ui from 1.9.1 to 1.9.2

Release notes

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

1.9.2

  • ExoPlayer:
    • Fix bug where ProgressiveMediaSource propagates out-of-date timeline info to player and the queued periods unexpectedly get removed (#3016).
  • Session:
    • Fix issue where system UI button placement workaround negatively affects other UI surface like Android Auto or manufacturers not needing the workaround (#3041).
  • Cast extension:
    • Fix bug where transferring from Cast to local playback was broken.
Changelog

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

1.9.2 (2026-02-06)

This release includes the following changes since 1.9.1 release:

  • ExoPlayer:
    • Fix bug where ProgressiveMediaSource propagates out-of-date timeline info to player and the queued periods unexpectedly get removed (#3016).
  • Audio:
    • Improve the retry logic of AudioOutput initialization in DefaultAudioSink (#2905).
  • Session:
    • Fix issue where system UI button placement workaround negatively affects other UI surface like Android Auto or manufacturers not needing the workaround (#3041).
  • Cast extension:
    • Fix bug where transferring from Cast to local playback was broken.
Commits
  • 630c1af Update release notes for 1.9.2 and add missing link
  • 576d491 Bump version to 1.9.2
  • 6ff9631 Fix FakeExtractorInput O(N^2) resizing during reads and peeks
  • 9b355f7 Include "unknown" manufacturer in the devices requiring workaround
  • f584849 Fix workaround logic for system UI gaps
  • ccfc4f3 Add release note for Cast fix
  • 7bce838 Fix transfer from Cast to Local
  • 622f473 Avoid ProgressiveMediaSource propagating out-of-date timeline info
  • c8f7851 Use TextUtils to compare CharSequence instances
  • 300b116 Fix flakiness in ExoPlayerTest.internalDiscontinuityAtNewPosition
  • See full diff in compare view

Updates androidx.media3:media3-session from 1.9.1 to 1.9.2

Release notes

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

1.9.2

  • ExoPlayer:
    • Fix bug where ProgressiveMediaSource propagates out-of-date timeline info to player and the queued periods unexpectedly get removed (#3016).
  • Session:
    • Fix issue where system UI button placement workaround negatively affects other UI surface like Android Auto or manufacturers not needing the workaround (#3041).
  • Cast extension:
    • Fix bug where transferring from Cast to local playback was broken.
Changelog

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

1.9.2 (2026-02-06)

This release includes the following changes since 1.9.1 release:

  • ExoPlayer:
    • Fix bug where ProgressiveMediaSource propagates out-of-date timeline info to player and the queued periods unexpectedly get removed (#3016).
  • Audio:
    • Improve the retry logic of AudioOutput initialization in DefaultAudioSink (#2905).
  • Session:
    • Fix issue where system UI button placement workaround negatively affects other UI surface like Android Auto or manufacturers not needing the workaround (#3041).
  • Cast extension:
    • Fix bug where transferring from Cast to local playback was broken.
Commits
  • 630c1af Update release notes for 1.9.2 and add missing link
  • 576d491 Bump version to 1.9.2
  • 6ff9631 Fix FakeExtractorInput O(N^2) resizing during reads and peeks
  • 9b355f7 Include "unknown" manufacturer in the devices requiring workaround
  • f584849 Fix workaround logic for system UI gaps
  • ccfc4f3 Add release note for Cast fix
  • 7bce838 Fix transfer from Cast to Local
  • 622f473 Avoid ProgressiveMediaSource propagating out-of-date timeline info
  • c8f7851 Use TextUtils to compare CharSequence instances
  • 300b116 Fix flakiness in ExoPlayerTest.internalDiscontinuityAtNewPosition
  • See full diff in compare view

Updates androidx.media3:media3-common-ktx from 1.9.1 to 1.9.2

Release notes

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

1.9.2

  • ExoPlayer:
    • Fix bug where ProgressiveMediaSource propagates out-of-date timeline info to player and the queued periods unexpectedly get removed (#3016).
  • Session:
    • Fix issue where system UI button placement workaround negatively affects other UI surface like Android Auto or manufacturers not needing the workaround (#3041).
  • Cast extension:
    • Fix bug where transferring from Cast to local playback was broken.
Changelog

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

1.9.2 (2026-02-06)

This release includes the following changes since 1.9.1 release:

  • ExoPlayer:
    • Fix bug where ProgressiveMediaSource propagates out-of-date timeline info to player and the queued periods unexpectedly get removed (#3016).
  • Audio:
    • Improve the retry logic of AudioOutput initialization in DefaultAudioSink (#2905).
  • Session:
    • Fix issue where system UI button placement workaround negatively affects other UI surface like Android Auto or manufacturers not needing the workaround (#3041).
  • Cast extension:
    • Fix bug where transferring from Cast to local playback was broken.
Commits
  • 630c1af Update release notes for 1.9.2 and add missing link
  • 576d491 Bump version to 1.9.2
  • 6ff9631 Fix FakeExtractorInput O(N^2) resizing during reads and peeks
  • 9b355f7 Include "unknown" manufacturer in the devices requiring workaround
  • f584849 Fix workaround logic for system UI gaps
  • ccfc4f3 Add release note for Cast fix
  • 7bce838 Fix transfer from Cast to Local
  • 622f473 Avoid ProgressiveMediaSource propagating out-of-date timeline info
  • c8f7851 Use TextUtils to compare CharSequence instances
  • 300b116 Fix flakiness in ExoPlayerTest.internalDiscontinuityAtNewPosition
  • See full diff in compare view

Updates androidx.media3:media3-ui-compose from 1.9.1 to 1.9.2

Release notes

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

1.9.2

  • ExoPlayer:
    • Fix bug where ProgressiveMediaSource propagates out-of-date timeline info to player and the queued periods unexpectedly get removed (#3016).
  • Session:
    • Fix issue where system UI button placement workaround negatively affects other UI surface like Android Auto or manufacturers not needing the workaround (#3041).
  • Cast extension:
    • Fix bug where transferring from Cast to local playback was broken.
Changelog

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

1.9.2 (2026-02-06)

This release includes the following changes since 1.9.1 release:

  • ExoPlayer:
    • Fix bug where ProgressiveMediaSource propagates out-of-date timeline info to player and the queued periods unexpectedly get removed (#3016).
  • Audio:
    • Improve the retry logic of AudioOutput initialization in DefaultAudioSink (#2905).
  • Session:
    • Fix issue where system UI button placement workaround negatively affects other UI surface like Android Auto or manufacturers not needing the workaround (#3041).
  • Cast extension:
    • Fix bug where transferring from Cast to local playback was broken.
Commits
  • 630c1af Update release notes for 1.9.2 and add missing link
  • 576d491 Bump version to 1.9.2
  • 6ff9631 Fix FakeExtractorInput O(N^2) resizing during reads and peeks
  • 9b355f7 Include "unknown" manufacturer in the devices requiring workaround
  • f584849 Fix workaround logic for system UI gaps
  • ccfc4f3 Add release note for Cast fix
  • 7bce838 Fix transfer from Cast to Local
  • 622f473 Avoid ProgressiveMediaSource propagating out-of-date timeline info
  • c8f7851 Use TextUtils to compare CharSequence instances
  • 300b116 Fix flakiness in ExoPlayerTest.internalDiscontinuityAtNewPosition
  • See full diff in compare view

Updates androidx.media3:media3-ui-compose-material3 from 1.9.1 to 1.9.2

Release notes

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

1.9.2

  • ExoPlayer:
    • Fix bug where ProgressiveMediaSource propagates out-of-date timeline info to player and the queued periods unexpectedly get removed (#3016).
  • Session:
    • Fix issue where system UI button placement workaround negatively affects other UI surface like Android Auto or manufacturers not needing the workaround (#3041).
  • Cast extension:
    • Fix bug where transferring from Cast to local playback was broken.
Changelog

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

1.9.2 (2026-02-06)

This release includes the following changes since 1.9.1 release:

  • ExoPlayer:
    • Fix bug where ProgressiveMediaSource propagates out-of-date timeline info to player and the queued periods unexpectedly get removed (#3016).
  • Audio:
    • Improve the retry logic of AudioOutput initialization in DefaultAudioSink (#2905).
  • Session:
    • Fix issue where system UI button placement workaround negatively affects other UI surface like Android Auto or manufacturers not needing the workaround (#3041).
  • Cast extension:
    • Fix bug where transferring from Cast to local playback was broken.
Commits
  • 630c1af Update release notes for 1.9.2 and add missing link
  • 576d491 Bump version to 1.9.2
  • 6ff9631 Fix FakeExtractorInput O(N^2) resizing during reads and peeks
  • 9b355f7 Include "unknown" manufacturer in the devices requiring workaround
  • f584849 Fix workaround logic for system UI gaps
  • ccfc4f3 Add release note for Cast fix
  • 7bce838 Fix transfer from Cast to Local
  • 622f473 Avoid ProgressiveMediaSource propagating out-of-date timeline info
  • c8f7851 Use TextUtils to compare CharSequence instances
  • 300b116 Fix flakiness in ExoPlayerTest.internalDiscontinuityAtNewPosition
  • See full diff in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 10, 2026
@dependabot dependabot bot force-pushed the dependabot/gradle/dev/media3ExoplayerVersion-1.9.2 branch 2 times, most recently from b555862 to 306a708 Compare February 10, 2026 05:22
Bumps `media3ExoplayerVersion` from 1.9.1 to 1.9.2.

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: androidx.media3:media3-exoplayer
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.media3:media3-ui
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.media3:media3-session
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.media3:media3-common-ktx
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.media3:media3-ui-compose
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.media3:media3-ui-compose-material3
  dependency-version: 1.9.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/dev/media3ExoplayerVersion-1.9.2 branch from 306a708 to e29bd46 Compare February 10, 2026 05:33
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

None yet

Development

Successfully merging this pull request may close these issues.

0 participants