From f0ce726f084cf6f5a226e0abcf2c0552641372ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 18:58:14 +0000 Subject: [PATCH] Bump androidx.media:media from 1.7.0 to 1.8.0 in /android Bumps androidx.media:media from 1.7.0 to 1.8.0. --- updated-dependencies: - dependency-name: androidx.media:media dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 4baf83f..7d2d765 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -83,12 +83,12 @@ dependencies { implementation "androidx.media3:media3-ui:$media3Version" // MediaSessionCompat + MediaStyle notification for the WebView-audio Music player: keeps music // playing in a foreground service when backgrounded and shows lock-screen/notification controls. - implementation "androidx.media:media:1.7.0" + implementation "androidx.media:media:1.8.0" // Google Cast (sender): cast VOD FROM the app to Chromecast/Google TV. mediarouter provides the // route-picker dialog (shown via a ContextThemeWrapper so the app-wide theme stays DeviceDefault); // appcompat is required on the compile classpath because the picker dialog extends AppCompatDialog. implementation "com.google.android.gms:play-services-cast-framework:21.5.0" - implementation "androidx.mediarouter:mediarouter:1.7.0" + implementation "androidx.mediarouter:mediarouter:1.8.0" implementation "androidx.appcompat:appcompat:1.7.0" testImplementation "junit:junit:4.13.2" }