mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
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 |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||
| README.md | ||
Test utils module
Provides utility classes for media unit and instrumentation tests.