Fix main demo gradle task name

PiperOrigin-RevId: 405592960
This commit is contained in:
andrewlewis 2021-10-26 09:54:46 +01:00 committed by Oliver Woodman
parent 241409a888
commit 0da494c613

View File

@ -21,5 +21,5 @@ the demo project. Choose an install option from the `Install tasks` section.
**Example**: **Example**:
`./gradlew :demo:installNoExtensionsDebug` installs the main ExoPlayer demo app `./gradlew :demo:installNoDecoderExtensionsDebug` installs the main ExoPlayer
in debug mode with no extensions. demo app in debug mode with no decoder extensions.