Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/main/ | H | 25-Apr-2025 | - | 226 | 139 | |
README.md | H A D | 25-Apr-2025 | 807 | 28 | 16 | |
build.gradle | H A D | 25-Apr-2025 | 1.1 KiB | 34 | 30 |
README.md
1# ExoPlayer WorkManager module 2 3This module provides a `Scheduler` implementation that uses [WorkManager][]. 4 5[WorkManager]: https://developer.android.com/topic/libraries/architecture/workmanager.html 6 7## Getting the module 8 9The easiest way to get the module is to add it as a gradle dependency: 10 11```gradle 12implementation 'com.google.android.exoplayer:extension-workmanager:2.X.X' 13``` 14 15where `2.X.X` is the version, which must match the version of the other media 16modules being used. 17 18Alternatively, you can clone this GitHub project and depend on the module 19locally. Instructions for doing this can be found in the [top level README][]. 20 21[top level README]: https://github.com/google/ExoPlayer/blob/release-v2/README.md 22 23## Links 24 25* [Javadoc][] 26 27[Javadoc]: https://exoplayer.dev/doc/reference/index.html 28