Update Work dependency to use androidx?

In Listing 27.1 the dependency is listed as

 implementation "android.arch.work:work-runtime:1.0.1"

I assume we should update this dependency to be using the Jetpack Work AC

implementation 'androidx.work:work-runtime-ktx:2.3.1'
4 Likes

Thanks, but 2.3.4 not 2.3.1 now.

Android Studio always tells you what is the newest version, now it is 2.7.1 :upside_down_face: