update kotlin coroutines to 1.6.4 (#2648)
This commit is contained in:
parent
4f0f9a7a12
commit
1c11671f3e
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ android {
|
|||
}
|
||||
}
|
||||
|
||||
ext.coroutinesVersion = "1.6.1"
|
||||
ext.coroutinesVersion = "1.6.4"
|
||||
ext.lifecycleVersion = "2.5.1"
|
||||
ext.roomVersion = '2.4.3'
|
||||
ext.retrofitVersion = '2.9.0'
|
||||
|
|
Loading…
Reference in a new issue