media/libraries/exoplayer_ima/src
ibaker 07302a23bd Remove @Nullable from MediaSource.Factory setters
The null-behaviour of these methods creates a minimization footgun,
because **any** call to these setters will prevent R8 from removing
the default implementation (even if it's never used by the app) - this
is because R8 can't tell the default implementation is only used if the
parameter is `null`.

PiperOrigin-RevId: 450386627
2022-05-24 11:07:07 +01:00
..
androidTest Update to androidx.media3 2021-10-27 09:12:46 +01:00
main Remove @Nullable from MediaSource.Factory setters 2022-05-24 11:07:07 +01:00
test Misc fix on parameter comment 2022-05-09 10:50:31 +01:00