mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
PR comments update
This commit is contained in:
parent
f81efde476
commit
a2282ad0dd
@ -1,8 +1,8 @@
|
|||||||
# ExoPlayer WorkManager extension #
|
# ExoPlayer WorkManager extension #
|
||||||
|
|
||||||
This extension provides a Scheduler implementation which uses [Android Arch WorkManager][].
|
This extension provides a Scheduler implementation which uses [WorkManager][].
|
||||||
|
|
||||||
[Android Arch WorkManager]: https://developer.android.com/topic/libraries/architecture/workmanager.html
|
[WorkManager]: https://developer.android.com/topic/libraries/architecture/workmanager.html
|
||||||
|
|
||||||
## Getting the extension ##
|
## Getting the extension ##
|
||||||
|
|
||||||
|
@ -34,16 +34,16 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation project(modulePrefix + 'library-core')
|
implementation project(modulePrefix + 'library-core')
|
||||||
implementation 'android.arch.work:work-runtime:1.0.0'
|
implementation 'android.arch.work:work-runtime:1.0.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
javadocTitle = 'Android Arch WorkManager extension'
|
javadocTitle = 'WorkManager extension'
|
||||||
}
|
}
|
||||||
apply from: '../../javadoc_library.gradle'
|
apply from: '../../javadoc_library.gradle'
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
releaseArtifact = 'extension-workmanager'
|
releaseArtifact = 'extension-workmanager'
|
||||||
releaseDescription = 'Android Arch WorkManager extension for ExoPlayer.'
|
releaseDescription = 'WorkManager extension for ExoPlayer.'
|
||||||
}
|
}
|
||||||
apply from: '../../publish.gradle'
|
apply from: '../../publish.gradle'
|
||||||
|
@ -35,7 +35,7 @@ import androidx.work.WorkManager;
|
|||||||
import androidx.work.Worker;
|
import androidx.work.Worker;
|
||||||
import androidx.work.WorkerParameters;
|
import androidx.work.WorkerParameters;
|
||||||
|
|
||||||
/***
|
/**
|
||||||
* A {@link Scheduler} that uses {@link WorkManager}.
|
* A {@link Scheduler} that uses {@link WorkManager}.
|
||||||
*/
|
*/
|
||||||
public final class WorkManagerScheduler implements Scheduler {
|
public final class WorkManagerScheduler implements Scheduler {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user