media/library/common
ibaker 44c2ddb076 Suppress ProGuard warnings related to Guava's compile-only deps
Without these lines, ProGuard fails on the demo app (R8 works).

Also include some more `-dontwarn` lines from
https://github.com/google/guava/wiki/UsingProGuardWithGuava

Issue: #8103
PiperOrigin-RevId: 339050634
2020-11-18 19:09:41 +00:00
..
src Avoid chunkless preparation if the codec mapping is ambiguous 2020-11-18 18:54:37 +00:00
build.gradle Switch to an 'api' dependency on Guava 2020-10-20 22:16:12 +01:00
proguard-rules.txt Suppress ProGuard warnings related to Guava's compile-only deps 2020-11-18 19:09:41 +00:00
README.md Split out extractor and common modules 2020-01-24 18:15:19 +00:00

ExoPlayer common library module

Common code used by other ExoPlayer modules.

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