Skip to content

Commit

Permalink
Update to coroutines 1.4.2
Browse files Browse the repository at this point in the history
Should fix crashes on some devices. See Kotlin/kotlinx.coroutines#2371

(cherry picked from commit 8bf1cf3)
  • Loading branch information
arkon authored and jobobby04 committed Dec 21, 2020
1 parent f180c6a commit 9737d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Expand Up @@ -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"

Expand Down

0 comments on commit 9737d84

Please sign in to comment.