media/libraries/common
ibaker a098f8672e Add tests for MediaLibraryInfo version code consistency
`VERSION_INT` is quite long with several sections, and it's easy to make
a mistake when updating it - this should help since it checks it against
`VERSION`, which is more easily human readable/writable.

PiperOrigin-RevId: 529747023
(cherry picked from commit eb58d20067)
2023-05-15 16:32:39 +01:00
..
src Add tests for MediaLibraryInfo version code consistency 2023-05-15 16:32:39 +01:00
build.gradle Consider shuffle order in Timeline.equals() 2022-06-28 12:15:54 +00:00
lint-baseline.xml Add lint base to make gradle lint run without errors 2022-06-15 16:52:51 +00:00
proguard-rules.txt Update to androidx.media3 2021-10-27 09:12:46 +01:00
README.md Fix javadoc links in media README files 2023-03-31 13:35:43 +01:00

Common module

Provides common code and utilities used by other media modules. Application code will not normally need to depend on this module directly.