mirror of
https://github.com/androidx/media.git
synced 2025-05-10 00:59:51 +08:00

Replace assertThat(a >= b).isTrue() with assertThat(a).isAtLeast(b) because it reads more natural, and in case the assertion fails, it will print out the actual values to help debugging. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=201371993
ExoPlayer library
The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.