Merge "fix: rectified media package names mapping and bump media3 version" into androidx-main am: 0b46289caa

Original change: https://android-review.googlesource.com/c/platform/frameworks/support/+/2768351

Change-Id: Iaea44c900bf7fb03801102a3b3d4b4a924b63158
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 4cce33f..7a3d714 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -50,7 +50,7 @@
 ktfmt = "0.45"
 ktlint = "0.49.1"
 leakcanary = "2.8.1"
-media3 = "1.0.0-beta03"
+media3 = "1.1.0"
 metalava = "1.0.0-alpha10"
 mockito = "2.25.0"
 moshi = "1.13.0"
@@ -207,7 +207,8 @@
 leakcanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
 leakcanaryInstrumentation = { module = "com.squareup.leakcanary:leakcanary-android-instrumentation", version.ref = "leakcanary" }
 material = { module = "com.google.android.material:material", version = "1.2.1" }
-media3Common = { module = "androidx.media3:media3-cast", version.ref = "media3" }
+media3Common = { module = "androidx.media3:media3-common", version.ref = "media3" }
+media3Cast = { module = "androidx.media3:media3-cast", version.ref = "media3" }
 media3Decoder = { module = "androidx.media3:media3-decoder", version.ref = "media3" }
 media3Effect = { module = "androidx.media3:media3-effect", version.ref = "media3" }
 media3Exoplayer = { module = "androidx.media3:media3-exoplayer", version.ref = "media3" }