media/library/core
olly 94d668567c Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers
The former is deprecated and replaced by the latter in Mockito 2. However, there is a
functional difference: ArgumentMatchers will reject `null` and check the type
if the matcher specified a type (e.g. `any(Class)` or `anyInt()`). `any()` will
remain to accept anything.

PiperOrigin-RevId: 250458607
2019-05-30 15:25:28 +01:00
..
src Migrate org.mockito.Matchers#any* to org.mockito.ArgumentMatchers 2019-05-30 15:25:28 +01:00
build.gradle Remove cronet extension nullness blacklist 2019-05-23 13:29:35 +01:00
proguard-rules.txt Use MediaSourceFactory interface to simplify DownloadHelper 2019-05-15 20:13:59 +01:00
README.md Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00

ExoPlayer core library module

The core of the ExoPlayer library.

  • Javadoc: Note that this Javadoc is combined with that of other modules.