media/library
ibaker 70ebe12ef9 Suppress Guava-related ProGuard/R8 warnings
I didn't copy-paste the whole of
https://github.com/google/guava/wiki/UsingProGuardWithGuava because
this line seems relevant based on our current usage.

Lots of that file seems to relate to classes that are strongly
discouraged on Android:
https://github.com/google/guava/wiki/Android#specifics

I've only added this to the `common` module, since everyone that uses
ExoPlayer must depend on that. This avoids duplicating this line into
every module that has a Guava dependency.

Also remove some other warning suppressions that are defined in both
`core` and `common`.

Issue: #7904
PiperOrigin-RevId: 332203086
2020-09-17 17:41:34 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Suppress Guava-related ProGuard/R8 warnings 2020-09-17 17:41:34 +01:00
core Suppress Guava-related ProGuard/R8 warnings 2020-09-17 17:41:34 +01:00
dash Parse availabilityTimeOffset from DASH manifest. 2020-09-16 13:34:08 +01:00
extractor Exclude Guava transitive annotation dependencies 2020-09-11 16:01:15 +01:00
hls Exclude Guava transitive annotation dependencies 2020-09-11 16:01:15 +01:00
smoothstreaming Simplify DefaultMediaSourceFactory ad configuration 2020-09-07 20:43:41 +01:00
ui Replace duration strings with plurals 2020-09-16 17:00:42 +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.