Skip to content
Snippets Groups Projects
Unverified Commit 31c03947 authored by Matthias Urhahn's avatar Matthias Urhahn Committed by GitHub
Browse files

Update coroutines to 1.4.2 to fix `toString()` stackoverflow (EXPOSUREAPP-4059) #1765

parent 6dc0ab61
No related branches found
No related tags found
No related merge requests found
...@@ -305,7 +305,7 @@ configurations.all { ...@@ -305,7 +305,7 @@ configurations.all {
dependencies { dependencies {
// KOTLIN // KOTLIN
def coroutineVersion = "1.4.1" def coroutineVersion = "1.4.2"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutineVersion" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutineVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutineVersion" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutineVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutineVersion" implementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutineVersion"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment