fix(deps): update media3 to v1.1.1 #4507
Merged
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:
1.1.0
->1.1.1
1.1.0
->1.1.1
1.1.0
->1.1.1
1.1.0
->1.1.1
1.1.0
->1.1.1
1.1.0
->1.1.1
Release Notes
androidx/media (androidx.media3:media3-ui)
v1.1.1
This release corresponds to the
ExoPlayer 2.19.1 release.
This release includes the following changes since the
1.1.0 release:
multidex
dependency from all modules(#499).
PlaybackStatsListener
where spuriousPlaybackStats
arecreated after the playlist is cleared.
streaming format (sf), stream type (st), version (v), top birate (tb),
object duration (d), measured throughput (mtp) and object type (ot)
(#8699).
Player.getState()
never transitioned toSTATE_ENDED
when playing very short files
(#538).
offloaded Opus playback in accordance with RFC 7845.
Previously indent and tab offset were included when limiting the cue
length to 32 characters (which was technically correct by the spec)
(#11019).
access it. When the custom layout changes,
MediaController.Listener.onCustomLayoutChanged
is called. Apps thatwant to send different custom layouts to different Media3 controller can
do this in
MediaSession.Callback.onConnect
by using anAcceptedResultBuilder
to make sure the custom layout is available tothe controller when connection completes.
MediaLibraryServiceLegacyStub
sent an error to aResult
that didn't support this which produced anUnsupportedOperationException
(#78).
PlayerWrapper
creates aVolumeProviderCompat
bydetermining
volumeControlType
through both legacy commands(
COMMAND_ADJUST_DEVICE_VOLUME
andCOMMAND_SET_DEVICE_VOLUME
) and newcommands (
COMMAND_ADJUST_DEVICE_VOLUME_WITH_FLAGS
andCOMMAND_SET_DEVICE_VOLUME_WITH_FLAGS
)(#554).
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.