media/library/ui
tonihei 953db7898e Make dependency on AndroidX appcompat optional for dialog builder.
The dependency is only used to create a dialog in
TrackSelectionDialogBuilder that is compatible with newer styling
options.

This dependendy adds over 500Kb to the apk (even if unused) and we
shoudn't force this on an app. Instead make the dependency optional by
automatically falling back to the platform version if the AndroidX one
doesn't exist.

Issue: #7357
PiperOrigin-RevId: 322143005
2020-07-24 10:40:15 +01:00
..
src Make dependency on AndroidX appcompat optional for dialog builder. 2020-07-24 10:40:15 +01:00
build.gradle Make dependency on AndroidX appcompat optional for dialog builder. 2020-07-24 10:40:15 +01:00
proguard-rules.txt Make dependency on AndroidX appcompat optional for dialog builder. 2020-07-24 10:40:15 +01:00
README.md Add links to the developer guide in some READMEs 2019-05-15 18:14:07 +01:00

ExoPlayer UI library module

Provides UI components and resources for use with ExoPlayer.