update kotlin coroutines to 1.6.4 (#2648)

This commit is contained in:
Konrad Pozniak 2022-08-07 19:36:20 +02:00 committed by GitHub
parent 4f0f9a7a12
commit 1c11671f3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'