mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Fix main demo gradle task name
PiperOrigin-RevId: 405592960
This commit is contained in:
parent
241409a888
commit
0da494c613
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue