gradle: bump coroutines to 1.6.4

This commit is contained in:
Harsh Shandilya 2022-07-16 01:51:02 +05:30
parent 9c6f752e53
commit f3dc965fcc
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
3 changed files with 25 additions and 25 deletions

View file

@ -6,7 +6,7 @@ aurora = "1.2-SNAPSHOT"
coil = "2.1.0"
# @keep This is used by paparazzi-tests and Renovate
composeCompiler = "1.2.0"
coroutines = "1.6.3"
coroutines = "1.6.4"
dagger = "2.42"
hilt = "1.0.0"
kotlin = "1.7.0"