android / architecture-components-samples

Samples for Android Architecture Components.
https://d.android.com/arch
Apache License 2.0
23.4k stars 8.29k forks source link

There is no 'ForegroundInfo' class in 'androidx.work:work-runtime-ktx:2.2.0' version used by 'WorkManagerSample'. #941

Closed hanjoongcho closed 3 years ago

hanjoongcho commented 3 years ago

Good morning :) There seems to be a problem with the work-runtime-ktx:2.2.0 version used by the WorkManagerSample project. The 'ForegroundInfo' class is not loaded when using the 2.2.0 version defined in the versions.gradle file. In version work-runtime-ktx:2.4.0 'ForegroundInfo' class loads well.

image

image

phatdq101 commented 3 years ago

@hanjoongcho I fixed this issue by updating to 2.4.0

keyboardsurfer commented 3 years ago

Fixed in main.