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
Showing
with
81 additions
and
15 deletions
library/ui/proguard-rules.txt
0 → 100644
library/ui/src/main/proguard-rules.txt
0 → 120000
Please
register
or
sign in
to comment