Open
Conversation
b7a1a67 to
41abe53
Compare
846c4a5 to
88a68d2
Compare
e524490 to
3947c15
Compare
7fef295 to
b89e57a
Compare
5387bb0 to
3f88837
Compare
31d40d6 to
25dca7a
Compare
0b017f9 to
b12c1ed
Compare
b12c1ed to
cf6266d
Compare
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:
v5→v6v4.7.1→v5.2.0v4→v79.3.1→9.4.1v4→v6v7→v834.9.0→34.12.01.21→1.223.4.0→3.4.23.4.0→3.4.23.16.4→3.17.01.9.2→1.10.01.9.2→1.10.01.9.2→1.10.04.1.1→4.2.13.0.6→3.0.73.5.1→3.7.01.4.1→1.5.03.6.0→3.8.03.6.0→3.8.03.6.0→3.8.03.6.0→3.8.03.6.0→3.8.01.0.0-alpha03→1.0.0-alpha041.0.0-alpha03→1.0.0-alpha043.3.0→3.4.03.3.0→3.4.03.3.0→3.4.03.3.0→3.4.03.3.0→3.4.02.2.1.1→2.2.2.12.2.1.1→2.2.2.12.9.1→2.9.22.9.1→2.9.21.10.0→1.10.32.9.6→2.10.02.9.6→2.10.02.9.6→2.10.02.9.6→2.10.02.9.6→2.10.01.0.0→1.0.11.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.0→1.10.31.10.2→1.10.61.10.2→1.10.61.10.2→1.10.62.11.1→2.11.21.17.0→1.18.01.17.0→1.18.01.9.0→1.10.01.2.0→1.2.11.2.0→1.2.12026.01.01→2026.03.011.9.1→1.10.01.12.3→1.13.01.12.3→1.13.011.2.1→11.4.04.3.2→4.4.03.4.0→3.4.23.4.0→3.4.23.4.0→3.4.23.4.0→3.4.23.4.0→3.4.23.4.0→3.4.23.4.0→3.4.23.4.0→3.4.22.3.2→2.3.61.0.1→1.0.21.22.0→1.25.03.0.6→3.0.74.4.1→4.4.34.4.1→4.4.34.4.1→4.4.34.4.1→4.4.34.4.1→4.4.34.4.1→4.4.34.4.1→4.4.39.0.0→9.1.09.0.0→9.1.09.0.0→9.1.09.0.0→9.1.09.0.0→9.1.09.0.0→9.1.032.0.0→32.1.0Release Notes
actions/checkout (actions/checkout)
v6Compare Source
actions/setup-java (actions/setup-java)
v5.2.0Compare Source
What's Changed
Enhancement
Documentation Changes
Dependency Updates
New Contributors
Full Changelog: actions/setup-java@v5...v5.2.0
v5.1.0Compare Source
What's Changed
New Features
.sdkmanrcfile injava-version-fileparameter by @guicamest in #736Bug Fixes & Improvements
Documentation changes
Dependency updates
New Contributors
Full Changelog: actions/setup-java@v5...v5.1.0
v5.0.0Compare Source
What's Changed
Breaking Changes
Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes
Dependency Upgrades
Bug Fixes
New Contributors
Full Changelog: actions/setup-java@v4...v5.0.0
v4.8.0Compare Source
What's Changed
Full Changelog: actions/setup-java@v4...v4.8.0
actions/upload-artifact (actions/upload-artifact)
v7Compare Source
v6Compare Source
v5Compare Source
gradle/gradle (gradle)
v9.4.1Compare Source
v9.4.0Compare Source
gradle/actions (gradle/actions)
v6Compare Source
v5Compare Source
peter-evans/create-pull-request (peter-evans/create-pull-request)
v8Compare Source
google/testparameterinjector (com.google.testparameterinjector:test-parameter-injector)
v1.22Kotlin default parameters: Added support for an alternative way to specify
test values in Kotlin:
Examples:
default parameters will no longer work. These defaults would never have been
used anyway.
specify both
@TestParameterson the method and@TestParameteron aparameter.
square/okio (com.squareup.okio:okio)
v3.17.02026-03-11
New: Adjust down the Kotlin stdlib dependency to [Kotlin 2.1.21][kotlin_2_1_21]. Okio is built
with an up-to-date Kotlin compiler (2.2.21), but depends on an older kotlin-stdlib. We're doing
this so you can update Okio and Kotlin independently.
Fix: Return the correct timestamp in
FileMetadata.createdAtMillison Kotlin/Native on UNIXplatforms. We were incorrectly using the POSIX
ctime(change time) instead of thebirthtime. With this fix Okio now prefersstatx()overstat()on native platforms. ThisAPI first appeared in Linux in 4.11 (2017) and Android in API 30 (2020).
androidx/media (androidx.media3:media3-ui)
v1.10.0Compare Source
This release includes the following changes since
1.9.1 release:
Player.mute()andPlayer.unmute()fromUnstableApitostable.
Format.pcmEncodingandC.PcmEncodingfromUnstableApitostable.
Format.primaryTrackGroupIdto identify the primary group ofembedded
Formatinstances(#294).
AdsMediaSource.MediaCodecVideoRenderertobetter align scheduling work and CPU wake-cycles to when video frames
can be processed. You can enable this using
experimentalSetEnableMediaCodecVideoRendererDurationToProgressUs()inthe
DefaultRenderersFactory.DataSource.FactoryinDefaultPreloadManager.Builder.ExoPlayerto be mocked without Robolectric by moving somedefault constants to
ExoPlayer.Builder. Mocking this complex interfaceis not generally encouraged - only when the usage is
minimal/simple/incidental
(#2985).
DEFAULT_STUCK_PLAYING_DETECTION_TIMEOUT_MSfrom
ExoPlayertoExoPlayer.Builder(without deprecation).ProgressiveMediaSourcepropagates out-of-date timelineinfo to the player, and the queued periods unexpectedly get removed
(#3016).
playback is requested during phone calls.
re-buffers at the end of the on-demand content
(#3052).
(#2830).
ArrayIndexOutOfBoundsException(#3125).
EditedMediaItem.removeVideo.EditedMediaItem.Builder.setFrameRate()can now set a maximum outputframe rate for video, which is particularly helpful when increasing
media speed with
setSpeed().DefaultTrackSelector.selectAllTracksto includethe output array as a parameter, pre-populated with track overrides.
whether the corresponding primary track is selected
(#294).
TrackSelectionParametersoptions forpreferredVideoLanguages,preferredVideoLabels,preferredAudioLabels,preferredTextLabelsandselectTextByDefault.uuidboxes before other boxes likemoov(#3046).containers.
FrameExtractor. Users should now depend on thenew
:media3-inspector-framemodule and update imports toandroidx.media3.inspector.frame.FrameExtractor.frames.
libiamftoiamf_tools.using the IAMF decoder extension) or through the Android Spatializer.
AC4Profile22and other legacy profileswhen assessing AC-4 decoder support in Automotive scenarios
(#2609).
AudioOutputinitialization inDefaultAudioSink(#2905).
AudioOutputinitialization inDefaultAudioSink(#2905).
applicable) when decoding IAMF, both with the IAMF extension and me
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.