1*30877f79SAndroid Build Coastguard Worker# UI module 2*30877f79SAndroid Build Coastguard Worker 3*30877f79SAndroid Build Coastguard WorkerProvides UI components for media playback. 4*30877f79SAndroid Build Coastguard Worker 5*30877f79SAndroid Build Coastguard Worker## Getting the module 6*30877f79SAndroid Build Coastguard Worker 7*30877f79SAndroid Build Coastguard WorkerThe easiest way to use the module is to add it as a gradle dependency: 8*30877f79SAndroid Build Coastguard Worker 9*30877f79SAndroid Build Coastguard Worker```gradle 10*30877f79SAndroid Build Coastguard Workerimplementation 'com.google.android.exoplayer:exoplayer-ui:2.X.X' 11*30877f79SAndroid Build Coastguard Worker``` 12*30877f79SAndroid Build Coastguard Worker 13*30877f79SAndroid Build Coastguard Workerwhere `2.X.X` is the version, which must match the version of the other media 14*30877f79SAndroid Build Coastguard Workermodules being used. 15*30877f79SAndroid Build Coastguard Worker 16*30877f79SAndroid Build Coastguard WorkerAlternatively, you can clone this GitHub project and depend on the module 17*30877f79SAndroid Build Coastguard Workerlocally. Instructions for doing this can be found in the [top level README][]. 18*30877f79SAndroid Build Coastguard Worker 19*30877f79SAndroid Build Coastguard Worker[top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md 20*30877f79SAndroid Build Coastguard Worker 21*30877f79SAndroid Build Coastguard Worker## Links 22*30877f79SAndroid Build Coastguard Worker 23*30877f79SAndroid Build Coastguard Worker* [Developer Guide][] 24*30877f79SAndroid Build Coastguard Worker* [Javadoc][] 25*30877f79SAndroid Build Coastguard Worker 26*30877f79SAndroid Build Coastguard Worker[Developer Guide]: https://exoplayer.dev/ui-components.html 27*30877f79SAndroid Build Coastguard Worker[Javadoc]: https://exoplayer.dev/doc/reference/index.html 28