From 73d9b2d21a3bc28b84403157609368f51dfcedd1 Mon Sep 17 00:00:00 2001 From: aquilescanta Date: Wed, 13 Feb 2019 19:21:23 +0000 Subject: [PATCH] Hide ExoCastPlayer components again This CL is effectively a rollback of cr/233072247. PiperOrigin-RevId: 233793032 --- RELEASENOTES.md | 4 ---- demos/cast/build.gradle | 5 ----- 2 files changed, 9 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 7a7decfbc0..b65ea50c08 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -2,10 +2,6 @@ ### dev-v2 (not yet released) ### -* Add `ExoCastPlayer` to cast to custom receiver apps using ExoPlayer's custom - communication protocol - ([#5486](https://github.com/google/ExoPlayer/issues/5486)). Also update the - Cast demo app to work with `ExoCastPlayer`. * HLS: * Form an adaptive track group out of audio renditions with matching name. * DASH: diff --git a/demos/cast/build.gradle b/demos/cast/build.gradle index 49a5e80985..48a9b5da6f 100644 --- a/demos/cast/build.gradle +++ b/demos/cast/build.gradle @@ -51,11 +51,6 @@ android { flavorDimensions "receiver" productFlavors { - exoCast { - dimension "receiver" - manifestPlaceholders = - [castOptionsProvider: "com.google.android.exoplayer2.ext.cast.ExoCastOptionsProvider"] - } defaultCast { dimension "receiver" manifestPlaceholders =