build: bump coroutines to 1.10.1

Fixes some more coroutine memory leaks.
This commit is contained in:
Alexander Capehart 2025-01-30 09:37:30 -07:00
parent e78fde44e0
commit c881a1c5b4
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

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