From 0da494c613b8d2eb38a2cd8b8e126825b78031ce Mon Sep 17 00:00:00 2001 From: andrewlewis Date: Tue, 26 Oct 2021 09:54:46 +0100 Subject: [PATCH] Fix main demo gradle task name PiperOrigin-RevId: 405592960 --- demos/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/README.md b/demos/README.md index 2360e01137..1ec3a1f306 100644 --- a/demos/README.md +++ b/demos/README.md @@ -21,5 +21,5 @@ the demo project. Choose an install option from the `Install tasks` section. **Example**: -`./gradlew :demo:installNoExtensionsDebug` installs the main ExoPlayer demo app - in debug mode with no extensions. +`./gradlew :demo:installNoDecoderExtensionsDebug` installs the main ExoPlayer +demo app in debug mode with no decoder extensions.