Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

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

Merged
merged 1 commit into from Nov 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion Corona-Warn-App/build.gradle
Expand Up @@ -305,7 +305,7 @@ configurations.all {

dependencies {
// 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-android:$coroutineVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutineVersion"
Expand Down