android / architecture-components-samples

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

Update samples to kotlinx.coroutines.test 1.6 #1049

Closed zsmb13 closed 2 years ago

dlam commented 2 years ago

Generally we try to keep the versions consistent between projects (updates are made in the root dir's versions.gradle) so it's easier to use the update_versions.sh script to propagate updates everywhere - do you think you'd have time to make the same change to the other samples?

zsmb13 commented 2 years ago

@dlam I've bumped the versions across all samples.