mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Fix typo
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=167474040
This commit is contained in:
parent
acd16d6eea
commit
5cb78fa4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ depend on them as you would on any other local module, for example:
|
|||
```gradle
|
||||
compile project(':exoplayer-library-core')
|
||||
compile project(':exoplayer-library-dash')
|
||||
compile project(':exoplayer-library-ui)
|
||||
compile project(':exoplayer-library-ui')
|
||||
```
|
||||
|
||||
## Developing ExoPlayer ##
|
||||
|
|
|
|||
Loading…
Reference in a new issue