From 70147e308109a21c208e8ff23d1200f2325563cf Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 27 Aug 2024 19:46:20 +0200
Subject: [PATCH] fix(deps): update androidx.media3 to v1.4.1 (#4630)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [androidx.media3:media3-ui](https://togithub.com/androidx/media) |
`1.4.0` -> `1.4.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[androidx.media3:media3-datasource-okhttp](https://togithub.com/androidx/media)
| `1.4.0` -> `1.4.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
|
[androidx.media3:media3-exoplayer](https://togithub.com/androidx/media)
| `1.4.0` -> `1.4.1` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.
---
### Release Notes
androidx/media (androidx.media3:media3-ui)
###
[`v1.4.1`](https://togithub.com/androidx/media/blob/HEAD/RELEASENOTES.md#141-2024-08-23)
[Compare
Source](https://togithub.com/androidx/media/compare/1.4.0...1.4.1)
This release includes the following changes since the
[1.4.0 release](#140-2024-07-24):
- ExoPlayer:
- Handle preload callbacks asynchronously in `PreloadMediaSource`
([#1568](https://togithub.com/androidx/media/issues/1568)).
- Allow playback regardless of buffered duration when loading fails
([#1571](https://togithub.com/androidx/media/issues/1571)).
- Extractors:
- MP3: Fix `Searched too many bytes` error by correctly ignoring
trailing
non-MP3 data based on the length field in an `Info` frame
([#1480](https://togithub.com/androidx/media/issues/1480)).
- Text:
- TTML: Fix handling of percentage `tts:fontSize` values to ensure they
are correctly inherited from parent nodes with percentage `tts:fontSize`
values.
- Fix `IndexOutOfBoundsException` in `LegacySubtitleUtil` due to
incorrectly handling the case of the requested output start time being
greater than or equal to the final event time in the `Subtitle`
([#1516](https://togithub.com/androidx/media/issues/1516)).
- DRM:
- Fix `android.media.MediaCodec$CryptoException: Operation not supported
in this configuration: ERROR_DRM_CANNOT_HANDLE` error on API 31+ devices
playing L1 Widevine content. This error is caused by an incomplete
implementation of the framework
[`MediaDrm.requiresSecureDecoder`](https://developer.android.com/reference/android/media/MediaDrm#requiresSecureDecoder\(java.lang.String\))
method
([#1603](https://togithub.com/androidx/media/issues/1603)).
- Effect:
- Add a `release()` method to `GlObjectsProvider`.
- Session:
- Transform a double-tap of `KEYCODE_HEADSETHOOK` into a 'seek to next'
action, as
[documented](https://developer.android.com/reference/androidx/media3/session/MediaSession#media-key-events-mapping)
([#1493](https://togithub.com/androidx/media/issues/1493)).
- Handle `KEYCODE_HEADSETHOOK` as a 'play' command in
`MediaButtonReceiver` when deciding whether to ignore it to avoid a
`ForegroundServiceDidNotStartInTimeException`
([#1581](https://togithub.com/androidx/media/issues/1581)).
- RTSP Extension:
- Skip invalid Media Descriptions in SDP parsing
([#1087](https://togithub.com/androidx/media/issues/1472)).
---
### 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.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job log](https://developer.mend.io/github/tuskyapp/Tusky).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
gradle/libs.versions.toml | 2 +-
gradle/verification-metadata.xml | 72 ++++++++++++++++++++++++++++++++
2 files changed, 73 insertions(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 62b971375..533004a90 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -12,7 +12,7 @@ androidx-fragment = "1.8.2"
androidx-hilt = "1.2.0"
androidx-junit = "1.2.1"
androidx-lifecycle = "2.8.4"
-androidx-media3 = "1.4.0"
+androidx-media3 = "1.4.1"
androidx-paging = "3.3.2"
androidx-preference = "1.2.1"
androidx-recyclerview = "1.3.2"
diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index 1cb8a7134..174c945c6 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -1471,6 +1471,14 @@
+
+
+
+
+
+
+
+
@@ -1487,6 +1495,14 @@
+
+
+
+
+
+
+
+
@@ -1503,6 +1519,14 @@
+
+
+
+
+
+
+
+
@@ -1519,6 +1543,14 @@
+
+
+
+
+
+
+
+
@@ -1538,6 +1570,14 @@
+
+
+
+
+
+
+
+
@@ -1554,6 +1594,14 @@
+
+
+
+
+
+
+
+
@@ -1573,6 +1621,14 @@
+
+
+
+
+
+
+
+
@@ -1589,6 +1645,14 @@
+
+
+
+
+
+
+
+
@@ -1608,6 +1672,14 @@
+
+
+
+
+
+
+
+