Open
Conversation
6d63750 to
e0cffe1
Compare
dturner
approved these changes
Mar 19, 2026
3642b22 to
58cf231
Compare
3129112 to
e078b5d
Compare
b626af9 to
d4a6f2e
Compare
6a930c2 to
8f9ffe5
Compare
4c927ae to
ca9c1b2
Compare
ca9c1b2 to
6225890
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:
9.4.0→9.4.14.34.0→4.34.11.0.0-rc01→1.0.01.6.0-rc01→1.6.11.6.0-rc01→1.6.11.6.0-rc01→1.6.11.1.0-beta01→1.1.0-rc011.4.4→1.4.51.5.0→1.6.01.5.0→1.6.01.5.0→1.6.01.5.0→1.6.01.5.0→1.6.08.3.0→8.4.01.3.0→1.4.01.3.0→1.4.01.3.0→1.4.01.3.0→1.4.04.34.0→4.34.15.3.1→6.3.01.9.2→1.10.01.9.2→1.10.01.9.2→1.10.01.3.0-alpha09→1.3.0-alpha101.14.0-alpha10→1.14.0-beta018.2.1→8.3.01.10.0→1.11.01.10.0→1.11.02.3.10→2.3.202.3.10→2.3.202.3.10→2.3.202.3.10→2.3.202.3.10→2.3.202.3.10→2.3.202.3.10→2.3.2033.5.0-jre→33.6.0-jre34.10.0→34.12.01.5.6→1.6.11.10.5→1.10.61.10.5→1.10.61.10.5→1.10.61.10.5→1.10.61.10.5→1.10.61.10.5→1.10.61.10.5→1.10.61.10.5→1.10.61.0.0-alpha09→1.0.0-alpha102.11.1→2.11.22.11.1→2.11.21.6.1→1.7.02.10.0-beta01→2.10.01.6.0-rc02→1.6.01.6.0-rc02→1.6.01.11.0-beta01→1.11.0-rc012026.03.00→2026.03.019.1.0→9.1.19.1.0→9.1.19.1.0→9.1.19.1.0→9.1.1Release Notes
gradle/gradle (gradle)
v9.4.1Compare Source
google/truth (com.google.truth:truth)
v1.4.5: 1.4.5assertThat(nullMap).isEmpty()to fail with a useful failure message instead of throwingNullPointerException(and similarly for other "bogus" values, such as negative sizes). (da5d6e9)isInstanceOf(Int::class.java)(and Java'sisInstanceOf(int.class)) a valid way to check forInt/Integerinstances. (974ef19)isWithinto pretty-print numbers in its failure messages. (de78553,07318c2)Integerinstead ofjava.lang.Integer). (0ba72d6)ExpectFailureto never generate "value of" lines based on bytecode. This slightly simplifies writing new tests withExpectFailureand prevents future behavior changes in someExpectFailuretests that already exist. However, it may also require changes to other existingExpectFailuretests to remove or change any assertions about the "value of" line. (3caa0e8)minSdkVersionis now 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (c85c75c)@NullMarked. This was making all our types non-null in those environments, since we don't yet use@Nullablein the GWT/J2CL artifact. (6392d37)mockito/mockito-kotlin (org.mockito.kotlin:mockito-kotlin)
v6.3.0Changelog generated by Shipkit Changelog Gradle Plugin
6.3.0
v6.2.3Changelog generated by Shipkit Changelog Gradle Plugin
6.2.3
v6.2.2Changelog generated by Shipkit Changelog Gradle Plugin
6.2.2
v6.2.1Changelog generated by Shipkit Changelog Gradle Plugin
6.2.1
v6.2.0Changelog generated by Shipkit Changelog Gradle Plugin
6.2.0
v6.1.0Changelog generated by Shipkit Changelog Gradle Plugin
6.1.0
v6.0.0Upgrade to Kotlin 2
What's Changed
New Contributors
Full Changelog: mockito/mockito-kotlin@5.4.0...v6.0.0
v5.4.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.4.0
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 media
codec decoders, supported by new fields and logic in AudioCapabilities
and AudioCapabilitiesReceiver.
audio in compressed offload mode.
STARTandSTOPSPU control commands to derive cueduration instead of always defaulting to 5 seconds
(#2935).
potential metadata tracks published by HLS variants and renditions
(#3043).
LottieOverlayto a new:media3-effect-lottiemodule (which alsoinvolved renaming it from
androidx.media3.effect.LottieOverlaytoandroidx.media3.effect.lottie.LottieOverlay).:media3-effect-lottiemodule which providesfunctionality for applying lottie effects to video frames.
latest Ad media info API.
the IMA LOADED event. The fix now maps the ad MIME type using the ad
media info provided by IMA.
setEnableCustomTabstoImaAdsLoaderandImaServerSideAdInsertionMediaSource, allowing users to control whetherad click-through URLs are launched using Custom Tabs.
ImaAdTagUriBuilder, a class that offers an alternative way toconstruct an
adTagUri. It contains thesetPreferredLinearOrientationAPI. This is an API in alpha testing that will allow you to set your
preferred orientation for linear ads. If you want to join the alpha
testing group, please reach out to your account partner.
MediaMetadata.artworkDatacan crashthe app.
@Player.Commandargument in theActionFactoryinterface (#2933).
MediaSessionServiceandMediaLibraryServiceaLifecycleService, allowing to attach lifecycle-aware operations to theservice's lifecycle
(#187).
MediaControllerandMediaBrowserfor local playbacks. Apps shouldn't change the localdevice volume, and if required, can use
AudioManagerAPIs for thispurpose.
Intentinstances that started the service as a foregroundservice. This prevents a
ForegroundServiceDidNotStartInTimeExceptionbeing thrown by the system. This is a breaking change on an unstable API
for apps implementing a custom
MediaNotification.Provideras there isa new required method.
PendingIntentinstances to be used with home screenwidgets (#2933).
Intentinstances for Compose-basedhome screen widgets
(#2933).
when playback transitioned from a given media item index to another with
the same media item for discontinuity reason 'AUTO' and 'SEEK'
(#2997).
other UI surface like Android Auto or manufacturers not needing the
workaround (#3041).
(#3056).
particular size can crash SysUI and force the device to reboot
(#3118).
PlaybackSpeedControlComposable tomedia3-ui-composefordisplaying and modifying playback speed.
PlaybackSpeedToggleButtonComposable tomedia3-ui-compose-material3for controlling playback speed.ProgressSliderComposable tomedia3-ui-compose-material3fordisplaying player progress and performing seeks using dragging and
tapping (#2288).
PlayerComposable tomedia3-ui-compose-material3which combinesa
ContentFramewith customizable controls aligned to top, center, andbottom.
continuous announcement update when
PlayerControlViewis visible.(#2484).
QUERYPARAMattribute with#EXT-X-DEFINE(#1854).
(#3008).
(#3043).
streams from different locations are available
(#1988).
and resumption position
(#3013).
or missed samples at the beginning of playback
(#3057).
correctly (#3024).
parse samples of the same access unit that spanned multiple RTP packets.
This resulted in visual artifacts and corruption in the video
(#3121).
(#3066).
RemoteCastPlayer.Builder#setTrackSelectormethod that enables theimplementation of track selection for Cast playbacks.
ExperimentalFrameExtractor. Useandroidx.media3.inspector.frame.FrameExtractorinstead.ChannelMixingMatrix.create(). UseChannelMixingMatrix.createForConstantGain()instead.androidx.media3.extractor.metadata.flac.VorbisComment. Useandroidx.media3.extractor.metadata.vorbis.VorbisCommentinstead.MediaSource.prepareSource(MediaSourceCaller, TransferListener).Use
MediaSource.prepareSource(MediaSourceCaller, TransferListener, PlayerId)instead.v1.9.3Compare Source
material-components/material-components-android (com.google.android.material:material)
v1.14.0-beta01Compare Source
Important
compileSdkVersionwas updated to 35.minSdkVersionwas updated to 23.Dependency Updates
None
Library Updates
BottomSheeta67afdf)38db2e8)c4871f4)Catalog5acfd99)0ad05c0)Colorfea726f)Focus Ringsdcebdb4)cba50c9)db1cf64)24693b1)f7e6715)8a07a1a)ca90045)8ecb378)59acbba)27150aa)4626574)MaterialButtona87e102)99411b1)Menud34429c)Search41ace81)cec516b)a9e592a)803a060)cd076b0)43e3781)e6f6bd3)SliderConfiguration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.