Bump media3 from 1.10.1 to 1.11.0 - #5723
Conversation
Bumps `media3` from 1.10.1 to 1.11.0. Updates `androidx.media3:media3-cast` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](androidx/media@1.10.1...1.11.0) Updates `androidx.media3:media3-common` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](androidx/media@1.10.1...1.11.0) Updates `androidx.media3:media3-datasource` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](androidx/media@1.10.1...1.11.0) Updates `androidx.media3:media3-datasource-okhttp` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](androidx/media@1.10.1...1.11.0) Updates `androidx.media3:media3-exoplayer` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](androidx/media@1.10.1...1.11.0) Updates `androidx.media3:media3-exoplayer-hls` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](androidx/media@1.10.1...1.11.0) Updates `androidx.media3:media3-extractor` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](androidx/media@1.10.1...1.11.0) Updates `androidx.media3:media3-session` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](androidx/media@1.10.1...1.11.0) Updates `androidx.media3:media3-ui` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](androidx/media@1.10.1...1.11.0) Updates `androidx.media3:media3-ui-compose` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](androidx/media@1.10.1...1.11.0) --- updated-dependencies: - dependency-name: androidx.media3:media3-cast dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-common dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-datasource dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-datasource-okhttp dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-exoplayer dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-exoplayer-hls dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-extractor dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-session dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-ui dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-ui-compose dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Generated by 馃毇 Danger |
Project manifest changes for appThe following changes in the --- ./build/reports/diff_manifest/app/release/base_manifest.txt 2026-08-12 06:06:38.169200390 +0000
+++ ./build/reports/diff_manifest/app/release/head_manifest.txt 2026-08-12 06:06:44.899254205 +0000
@@ -1055,6 +1055,25 @@
<intent-filter>
<action android:name="au.com.shiftyjelly.pocketcasts.ACTION_REVAMPED_NOTIFICATION_OPENED" />
</intent-filter>
+ </activity> <!-- TODO: b/510644544 - Remove this workaround once minSdk is 38 -->
+ <activity
+ android:name="androidx.media3.session.BluetoothValidationActivity"
+ android:excludeFromRecents="true"
+ android:exported="true"
+ android:noHistory="true"
+ android:permission="android.permission.BLUETOOTH_PRIVILEGED"
+ android:theme="@android:style/Theme.NoDisplay" >
+ <intent-filter>
+
+ <!-- Omit CATEGORY_DEFAULT to avoid listing this app as a generic audio app. -->
+ <action android:name="android.intent.action.VIEW" />
+
+ <data android:scheme="content" />
+ <data android:host="media" />
+ <!-- Satisfies the probe used in Bluetooths's MediaPlayerList.java on API 36 and 37. -->
+ <data android:pathPrefix="/internal/audio/media/" />
+ <data android:mimeType="audio/*" />
+ </intent-filter>
</activity>
<receiverGo to https://buildkite.com/automattic/pocket-casts-android/builds/18287/canvas?sid=019ff492-d618-44d6-8fb5-f06a6e0b9a2f, click on the |
Project dependencies changeslist! Upgraded Dependencies
androidx.media3:media3-cast:1.11.0, (changed from 1.10.1)
androidx.media3:media3-common:1.11.0, (changed from 1.10.1)
androidx.media3:media3-common-ktx:1.11.0, (changed from 1.10.1)
androidx.media3:media3-container:1.11.0, (changed from 1.10.1)
androidx.media3:media3-database:1.11.0, (changed from 1.10.1)
androidx.media3:media3-datasource:1.11.0, (changed from 1.10.1)
androidx.media3:media3-datasource-okhttp:1.11.0, (changed from 1.10.1)
androidx.media3:media3-decoder:1.11.0, (changed from 1.10.1)
androidx.media3:media3-exoplayer:1.11.0, (changed from 1.10.1)
androidx.media3:media3-exoplayer-hls:1.11.0, (changed from 1.10.1)
androidx.media3:media3-extractor:1.11.0, (changed from 1.10.1)
androidx.media3:media3-session:1.11.0, (changed from 1.10.1)
androidx.media3:media3-ui:1.11.0, (changed from 1.10.1)
androidx.media3:media3-ui-compose:1.11.0, (changed from 1.10.1)tree-+--- androidx.media3:media3-extractor:1.10.1
-| +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
-| +--- androidx.media3:media3-decoder:1.10.1
-| | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
-| | \--- androidx.media3:media3-common:1.10.1
-| | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
-| | +--- org.jetbrains.kotlin:kotlin-bom:1.8.0 -> 1.8.22 (*)
-| | +--- com.google.guava:guava:33.3.1-android -> 33.6.0-android (*)
-| | +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.5.1 (*)
-| | +--- androidx.media3:media3-cast:1.10.1 (c)
-| | +--- androidx.media3:media3-container:1.10.1 (c)
-| | +--- androidx.media3:media3-datasource:1.10.1 (c)
-| | +--- androidx.media3:media3-datasource-okhttp:1.10.1 (c)
-| | +--- androidx.media3:media3-decoder:1.10.1 (c)
-| | +--- androidx.media3:media3-exoplayer:1.10.1 (c)
-| | +--- androidx.media3:media3-exoplayer-hls:1.10.1 (c)
-| | +--- androidx.media3:media3-extractor:1.10.1 (c)
-| | +--- androidx.media3:media3-session:1.10.1 (c)
-| | +--- androidx.media3:media3-ui:1.10.1 (c)
-| | +--- androidx.media3:media3-ui-compose:1.10.1 (c)
-| | +--- androidx.media3:media3-common-ktx:1.10.1 (c)
-| | \--- androidx.media3:media3-database:1.10.1 (c)
-| +--- androidx.media3:media3-common:1.10.1 (*)
-| \--- androidx.media3:media3-container:1.10.1
-| +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
-| \--- androidx.media3:media3-common:1.10.1 (*)
++--- androidx.media3:media3-extractor:1.11.0
+| +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
+| +--- androidx.media3:media3-decoder:1.11.0
+| | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
+| | \--- androidx.media3:media3-common:1.11.0
+| | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
+| | +--- com.google.guava:guava:33.3.1-android -> 33.6.0-android (*)
+| | +--- androidx.annotation:annotation-experimental:1.3.1 -> 1.5.1 (*)
+| | +--- androidx.media3:media3-cast:1.11.0 (c)
+| | +--- androidx.media3:media3-common:1.11.0 (c)
+| | +--- androidx.media3:media3-container:1.11.0 (c)
+| | +--- androidx.media3:media3-datasource:1.11.0 (c)
+| | +--- androidx.media3:media3-datasource-okhttp:1.11.0 (c)
+| | +--- androidx.media3:media3-decoder:1.11.0 (c)
+| | +--- androidx.media3:media3-exoplayer:1.11.0 (c)
+| | +--- androidx.media3:media3-exoplayer-hls:1.11.0 (c)
+| | +--- androidx.media3:media3-extractor:1.11.0 (c)
+| | +--- androidx.media3:media3-session:1.11.0 (c)
+| | +--- androidx.media3:media3-ui:1.11.0 (c)
+| | +--- androidx.media3:media3-ui-compose:1.11.0 (c)
+| | +--- androidx.media3:media3-common-ktx:1.11.0 (c)
+| | \--- androidx.media3:media3-database:1.11.0 (c)
+| +--- androidx.media3:media3-common:1.11.0 (*)
+| \--- androidx.media3:media3-container:1.11.0
+| +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
+| \--- androidx.media3:media3-common:1.11.0 (*)
+--- project ':modules:features:account'
| \--- project ':modules:features:search'
| +--- project ':modules:services:analytics'
| | \--- project ':modules:services:model'
-| | \--- androidx.media3:media3-extractor:1.10.1 (*)
+| | \--- androidx.media3:media3-extractor:1.11.0 (*)
| +--- project ':modules:services:repositories'
-| | +--- androidx.media3:media3-datasource:1.10.1
-| | | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
-| | | +--- androidx.exifinterface:exifinterface:1.3.6 -> 1.4.2 (*)
-| | | +--- androidx.media3:media3-common:1.10.1 (*)
-| | | \--- androidx.media3:media3-database:1.10.1
-| | | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
-| | | \--- androidx.media3:media3-common:1.10.1 (*)
+| | +--- androidx.media3:media3-datasource:1.11.0
+| | | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
+| | | +--- androidx.exifinterface:exifinterface:1.3.6 -> 1.4.2 (*)
+| | | +--- androidx.media3:media3-common:1.11.0 (*)
+| | | \--- androidx.media3:media3-database:1.11.0
+| | | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
+| | | \--- androidx.media3:media3-common:1.11.0 (*)
-| | +--- androidx.media3:media3-exoplayer:1.10.1
-| | | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
-| | | +--- androidx.exifinterface:exifinterface:1.3.6 -> 1.4.2 (*)
-| | | +--- androidx.media3:media3-common:1.10.1 (*)
-| | | +--- androidx.media3:media3-container:1.10.1 (*)
-| | | +--- androidx.media3:media3-datasource:1.10.1 (*)
-| | | +--- androidx.media3:media3-decoder:1.10.1 (*)
-| | | +--- androidx.media3:media3-extractor:1.10.1 (*)
-| | | +--- androidx.media3:media3-database:1.10.1 (*)
-| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.3.21 (*)
+| | +--- androidx.media3:media3-exoplayer:1.11.0
+| | | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
+| | | +--- androidx.exifinterface:exifinterface:1.3.6 -> 1.4.2 (*)
+| | | +--- androidx.media3:media3-common:1.11.0 (*)
+| | | +--- androidx.media3:media3-container:1.11.0 (*)
+| | | +--- androidx.media3:media3-datasource:1.11.0 (*)
+| | | +--- androidx.media3:media3-decoder:1.11.0 (*)
+| | | +--- androidx.media3:media3-extractor:1.11.0 (*)
+| | | \--- androidx.media3:media3-database:1.11.0 (*)
-| | +--- androidx.media3:media3-extractor:1.10.1 (*)
+| | +--- androidx.media3:media3-extractor:1.11.0 (*)
-| | +--- androidx.media3:media3-session:1.10.1
-| | | +--- androidx.media3:media3-datasource:1.10.1 (*)
-| | | +--- androidx.collection:collection:1.2.0 -> 1.5.0 (*)
-| | | +--- androidx.concurrent:concurrent-futures:1.2.0 (*)
-| | | +--- androidx.media:media:1.7.0 (*)
-| | | +--- androidx.core:core:1.8.0 -> 1.19.0 (*)
-| | | +--- androidx.media3:media3-common:1.10.1 (*)
-| | | \--- androidx.lifecycle:lifecycle-service:2.5.1 -> 2.11.0 (*)
+| | +--- androidx.media3:media3-session:1.11.0
+| | | +--- androidx.media3:media3-datasource:1.11.0 (*)
+| | | +--- androidx.collection:collection:1.2.0 -> 1.5.0 (*)
+| | | +--- androidx.concurrent:concurrent-futures:1.2.0 (*)
+| | | +--- androidx.media:media:1.7.0 (*)
+| | | +--- androidx.core:core:1.9.0 -> 1.19.0 (*)
+| | | +--- androidx.media3:media3-common:1.11.0 (*)
+| | | +--- androidx.lifecycle:lifecycle-service:2.8.0 -> 2.11.0 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.21 (*)
-| | +--- androidx.media3:media3-datasource-okhttp:1.10.1
-| | | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
-| | | +--- androidx.media3:media3-common:1.10.1 (*)
-| | | +--- androidx.media3:media3-datasource:1.10.1 (*)
-| | | \--- com.squareup.okhttp3:okhttp:4.12.0 -> 5.4.0 (*)
+| | +--- androidx.media3:media3-datasource-okhttp:1.11.0
+| | | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
+| | | +--- androidx.media3:media3-common:1.11.0 (*)
+| | | +--- androidx.media3:media3-datasource:1.11.0 (*)
+| | | +--- com.squareup.okhttp3:okhttp:4.12.0 -> 5.4.0 (*)
+| | | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.21 (*)
-| | +--- androidx.media3:media3-exoplayer-hls:1.10.1
-| | | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
-| | | \--- androidx.media3:media3-exoplayer:1.10.1 (*)
+| | +--- androidx.media3:media3-exoplayer-hls:1.11.0
+| | | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
+| | | +--- androidx.concurrent:concurrent-futures:1.2.0 (*)
+| | | \--- androidx.media3:media3-exoplayer:1.11.0 (*)
-| | \--- androidx.media3:media3-ui:1.10.1
-| | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
-| | +--- androidx.recyclerview:recyclerview:1.3.0 -> 1.4.0 (*)
-| | \--- androidx.media3:media3-common:1.10.1 (*)
+| | \--- androidx.media3:media3-ui:1.11.0
+| | +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
+| | +--- androidx.recyclerview:recyclerview:1.3.0 -> 1.4.0 (*)
+| | +--- androidx.media3:media3-common:1.11.0 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.21 (*)
| \--- project ':modules:services:ui'
-| \--- androidx.media3:media3-cast:1.10.1
-| +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
-| +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.1 (*)
-| +--- androidx.mediarouter:mediarouter:1.8.1 (*)
-| +--- androidx.compose:compose-bom:2024.12.01 -> 2026.05.01 (*)
-| +--- androidx.compose.material3:material3:1.3.1 -> 1.4.0 (*)
-| +--- com.google.android.gms:play-services-cast-framework:22.1.0 -> 22.3.1 (*)
-| +--- androidx.media3:media3-common:1.10.1 (*)
-| +--- androidx.media3:media3-exoplayer:1.10.1 (*)
-| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.3.21 (*)
+| \--- androidx.media3:media3-cast:1.11.0
+| +--- androidx.annotation:annotation:1.6.0 -> 1.10.0 (*)
+| +--- androidx.appcompat:appcompat:1.6.1 -> 1.7.1 (*)
+| +--- androidx.mediarouter:mediarouter:1.8.1 (*)
+| +--- androidx.compose:compose-bom:2026.05.00 -> 2026.05.01 (*)
+| +--- androidx.compose.material3:material3 -> 1.4.0 (*)
+| +--- com.google.android.gms:play-services-cast-framework:22.3.1 (*)
+| +--- androidx.media3:media3-common:1.11.0 (*)
+| +--- androidx.media3:media3-exoplayer:1.11.0 (*)
+| \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.21 (*)
+--- project ':modules:features:discover'
| \--- project ':modules:features:podcasts'
| \--- project ':modules:features:player'
-| +--- androidx.media3:media3-ui:1.10.1 (*)
+| +--- androidx.media3:media3-ui:1.11.0 (*)
-| +--- androidx.media3:media3-exoplayer:1.10.1 (*)
+| +--- androidx.media3:media3-exoplayer:1.11.0 (*)
-| +--- androidx.media3:media3-extractor:1.10.1 (*)
+| +--- androidx.media3:media3-extractor:1.11.0 (*)
| \--- project ':modules:features:reimagine'
-| \--- androidx.media3:media3-exoplayer:1.10.1 (*)
+| \--- androidx.media3:media3-exoplayer:1.11.0 (*)
+--- project ':modules:features:endofyear'
-| \--- androidx.media3:media3-ui-compose:1.10.1
-| +--- androidx.media3:media3-common:1.10.1 (*)
-| +--- androidx.media3:media3-common-ktx:1.10.1
-| | +--- androidx.core:core:1.8.0 -> 1.19.0 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.11.0 (*)
-| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.11.0 (*)
-| | +--- androidx.media3:media3-common:1.10.1 (*)
-| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.3.21 (*)
-| +--- androidx.compose:compose-bom:2024.12.01 -> 2026.05.01 (*)
-| +--- androidx.compose.foundation:foundation:1.7.6 -> 1.11.2 (*)
-| \--- org.jetbrains.kotlin:kotlin-stdlib:2.0.20 -> 2.3.21 (*)
+| \--- androidx.media3:media3-ui-compose:1.11.0
+| +--- androidx.media3:media3-common:1.11.0 (*)
+| +--- androidx.media3:media3-common-ktx:1.11.0
+| | +--- androidx.core:core:1.9.0 -> 1.19.0 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0 -> 1.11.0 (*)
+| | +--- org.jetbrains.kotlinx:kotlinx-coroutines-android:1.9.0 -> 1.11.0 (*)
+| | +--- androidx.media3:media3-common:1.11.0 (*)
+| | \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.21 (*)
+| +--- androidx.compose:compose-bom:2026.05.00 -> 2026.05.01 (*)
+| +--- androidx.compose.foundation:foundation -> 1.11.2 (*)
+| \--- org.jetbrains.kotlin:kotlin-stdlib:2.2.10 -> 2.3.21 (*)
\--- project ':modules:features:profile'
- +--- androidx.media3:media3-exoplayer:1.10.1 (*)
+ +--- androidx.media3:media3-exoplayer:1.11.0 (*)
- +--- androidx.media3:media3-datasource:1.10.1 (*)
+ +--- androidx.media3:media3-datasource:1.11.0 (*)
- \--- androidx.media3:media3-extractor:1.10.1 (*)
+ \--- androidx.media3:media3-extractor:1.11.0 (*) |
Project manifest changes for wearThe following changes in the --- ./build/reports/diff_manifest/wear/release/base_manifest.txt 2026-08-12 06:06:51.593565934 +0000
+++ ./build/reports/diff_manifest/wear/release/head_manifest.txt 2026-08-12 06:06:55.729547486 +0000
@@ -287,6 +287,25 @@
<intent-filter>
<action android:name="au.com.shiftyjelly.pocketcasts.ACTION_REVAMPED_NOTIFICATION_OPENED" />
</intent-filter>
+ </activity> <!-- TODO: b/510644544 - Remove this workaround once minSdk is 38 -->
+ <activity
+ android:name="androidx.media3.session.BluetoothValidationActivity"
+ android:excludeFromRecents="true"
+ android:exported="true"
+ android:noHistory="true"
+ android:permission="android.permission.BLUETOOTH_PRIVILEGED"
+ android:theme="@android:style/Theme.NoDisplay" >
+ <intent-filter>
+
+ <!-- Omit CATEGORY_DEFAULT to avoid listing this app as a generic audio app. -->
+ <action android:name="android.intent.action.VIEW" />
+
+ <data android:scheme="content" />
+ <data android:host="media" />
+ <!-- Satisfies the probe used in Bluetooths's MediaPlayerList.java on API 36 and 37. -->
+ <data android:pathPrefix="/internal/audio/media/" />
+ <data android:mimeType="audio/*" />
+ </intent-filter>
</activity>
<receiverGo to https://buildkite.com/automattic/pocket-casts-android/builds/18287/canvas?sid=019ff492-d618-44d6-8fb5-f06a6e0b9a2f, click on the |
Project manifest changes for automotiveThe following changes in the --- ./build/reports/diff_manifest/automotive/release/base_manifest.txt 2026-08-12 06:07:01.490488242 +0000
+++ ./build/reports/diff_manifest/automotive/release/head_manifest.txt 2026-08-12 06:07:05.219578203 +0000
@@ -241,6 +241,25 @@
<intent-filter>
<action android:name="au.com.shiftyjelly.pocketcasts.ACTION_REVAMPED_NOTIFICATION_OPENED" />
</intent-filter>
+ </activity> <!-- TODO: b/510644544 - Remove this workaround once minSdk is 38 -->
+ <activity
+ android:name="androidx.media3.session.BluetoothValidationActivity"
+ android:excludeFromRecents="true"
+ android:exported="true"
+ android:noHistory="true"
+ android:permission="android.permission.BLUETOOTH_PRIVILEGED"
+ android:theme="@android:style/Theme.NoDisplay" >
+ <intent-filter>
+
+ <!-- Omit CATEGORY_DEFAULT to avoid listing this app as a generic audio app. -->
+ <action android:name="android.intent.action.VIEW" />
+
+ <data android:scheme="content" />
+ <data android:host="media" />
+ <!-- Satisfies the probe used in Bluetooths's MediaPlayerList.java on API 36 and 37. -->
+ <data android:pathPrefix="/internal/audio/media/" />
+ <data android:mimeType="audio/*" />
+ </intent-filter>
</activity>
<receiverGo to https://buildkite.com/automattic/pocket-casts-android/builds/18287/canvas?sid=019ff492-d618-44d6-8fb5-f06a6e0b9a2f, click on the |
Bumps
media3from 1.10.1 to 1.11.0.Updates
androidx.media3:media3-castfrom 1.10.1 to 1.11.0Release notes
Sourced from androidx.media3:media3-cast's releases.
... (truncated)
Changelog
Sourced from androidx.media3:media3-cast's changelog.
... (truncated)
Commits
2bc2078Merge branch 'release' into release-3.11.0e156aecUpdate RELEASENOTES.md for the Media3 1.11.0 stable release458b232Update Media3 library version to 1.11.0a51f7e9Update release notes for 1.11.0-rc011c24154Bump version number for 1.11.0-rc01fc38c2cFix unexpected onMediaItemTransition event on seek within same itembb3d992Gate detached surface workaround on vendor API levelb333163Catch ForegroundServiceStartNotAllowedException in stopSelfSafely.66d8d7aMove workarounds disabling logic to DashHostedTest.b220203Fix content resume offset calculation for asset list interstitialsUpdates
androidx.media3:media3-commonfrom 1.10.1 to 1.11.0Release notes
Sourced from androidx.media3:media3-common's releases.
... (truncated)
Changelog
Sourced from androidx.media3:media3-common's changelog.
... (truncated)
Commits
2bc2078Merge branch 'release' into release-3.11.0e156aecUpdate RELEASENOTES.md for the Media3 1.11.0 stable release458b232Update Media3 library version to 1.11.0a51f7e9Update release notes for 1.11.0-rc011c24154Bump version number for 1.11.0-rc01fc38c2cFix unexpected onMediaItemTransition event on seek within same itembb3d992Gate detached surface workaround on vendor API levelb333163Catch ForegroundServiceStartNotAllowedException in stopSelfSafely.66d8d7aMove workarounds disabling logic to DashHostedTest.b220203Fix content resume offset calculation for asset list interstitialsUpdates
androidx.media3:media3-datasourcefrom 1.10.1 to 1.11.0Release notes
Sourced from androidx.media3:media3-datasource's releases.
... (truncated)
Changelog
Sourced from androidx.media3:media3-datasource's changelog.
... (truncated)
Commits
2bc2078Merge branch 'release' into release-3.11.0e156aecUpdate RELEASENOTES.md for the Media3 1.11.0 stable release458b232Update Media3 library version to 1.11.0a51f7e9Update release notes for 1.11.0-rc011c24154Bump version number for 1.11.0-rc01fc38c2cFix unexpected onMediaItemTransition event on seek within same itembb3d992Gate detached surface workaround on vendor API levelb333163Catch ForegroundServiceStartNotAllowedException in stopSelfSafely.66d8d7aMove workarounds disabling logic to DashHostedTest.b220203Fix content resume offset calculation for asset list interstitialsUpdates
androidx.media3:media3-datasource-okhttpfrom 1.10.1 to 1.11.0Release notes
Sourced from androidx.media3:media3-datasource-okhttp's releases.
... (truncated)
Changelog
Sourced from androidx.media3:media3-datasource-okhttp's changelog.
... (truncated)
Commits
2bc2078Merge branch 'release' into release-3.11.0e156aecUpdate RELEASENOTES.md for the Media3 1.11.0 stable release458b232Update Media3 library version to 1.11.0a51f7e9Update release notes for 1.11.0-rc011c24154Bump version number for 1.11.0-rc01fc38c2cFix unexpected onMediaItemTransition event on seek within same itembb3d992Gate detached surface workaround on vendor API levelb333163Catch ForegroundServiceStartNotAllowedException in stopSelfSafely.66d8d7aMove workarounds disabling logic to DashHostedTest.b220203Fix content resume offset calculation for asset list interstitialsUpdates
androidx.media3:media3-exoplayerfrom 1.10.1 to 1.11.0Release notes
Sourced from androidx.media3:media3-exoplayer's releases.