build: bump coroutines to 1.10.1
Fixes some more coroutine memory leaks.
This commit is contained in:
parent
e78fde44e0
commit
c881a1c5b4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ buildscript {
|
|||
ext {
|
||||
agp_version = '8.7.3'
|
||||
kotlin_version = '2.0.21'
|
||||
kotlin_coroutines_version = '1.7.2'
|
||||
kotlin_coroutines_version = '1.10.1'
|
||||
navigation_version = "2.8.3"
|
||||
hilt_version = '2.51.1'
|
||||
room_version = '2.6.1'
|
||||
|
|
Loading…
Reference in a new issue