Update to coroutines 1.4.2

Should fix crashes on some devices. See https://github.com/Kotlin/kotlinx.coroutines/issues/2371

(cherry picked from commit 8bf1cf3cc522e8994c593ba204a432513210955e)
This commit is contained in:
arkon 2020-12-13 17:18:59 -05:00 committed by Jobobby04
parent f180c6a07c
commit 9737d847fd

View File

@ -293,7 +293,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-reflect:$BuildPluginsVersion.KOTLIN"
final coroutines_version = '1.4.1'
final coroutines_version = '1.4.2'
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutines_version"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutines_version"