media/library
ibaker 67408ca7fb Fix var-args warning in DownloadManagerTest
From Truth docs:
"To test that the iterable contains the same elements as an array,
prefer containsExactlyElementsIn(Object[]). It makes clear that the
given array is a list of elements, not an element itself. This helps
human readers and avoids a compiler warning."
https://truth.dev/api/1.0.1/com/google/common/truth/IterableSubject.html#containsExactly-java.lang.Object...-

PiperOrigin-RevId: 323367341
2020-07-28 00:00:01 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Use static imports for methods that make sense without their class name 2020-07-27 23:59:52 +01:00
core Fix var-args warning in DownloadManagerTest 2020-07-28 00:00:01 +01:00
dash Use static imports for methods that make sense without their class name 2020-07-27 23:59:52 +01:00
extractor Use static imports for methods that make sense without their class name 2020-07-27 23:59:52 +01:00
hls Use static imports for methods that make sense without their class name 2020-07-27 23:59:52 +01:00
smoothstreaming Use static imports for methods that make sense without their class name 2020-07-27 23:59:52 +01:00
ui Makes controls initially hidden 2020-07-27 23:59:16 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.