Update core tests to the coroutines tests 1.6.0

This commit is contained in:
Alex Gabor 2022-01-22 10:55:02 +02:00
parent b35467fcba
commit 3c80744f6d
13 changed files with 272 additions and 240 deletions

View file

@ -8,7 +8,8 @@ project.ext {
androidx_room_version = "2.4.0"
activity_ktx_version = "1.4.0"
coroutines_version = "1.5.2"
coroutines_version = "1.6.0"
turbine_version = "0.7.0"
koin_version = "3.1.2"
coil_version = "1.1.1"
retrofit_version = "2.9.0"