Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Kotlin coroutines 1.4.2, because version 1.4.1 has StackOverflowError bug #534

Merged
merged 1 commit into from Mar 16, 2021
Merged
Show file tree
Hide file tree
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
Expand Up @@ -69,7 +69,7 @@ object Dependencies {
const val RxJava = "3.0.0"
const val SQLDelight = "1.4.3"
const val Timber = "4.7.1"
const val Coroutines = "1.4.1"
const val Coroutines = "1.4.2"

// NDK
const val NdkVersion = "21.3.6528147"
Expand Down
4 changes: 2 additions & 2 deletions dd-sdk-android-ktx/transitiveDependencies
Expand Up @@ -5,8 +5,8 @@ com.squareup.okhttp3:okhttp:3.12.6 : 413 Kb
com.squareup.okio:okio:1.15.0 : 86 Kb
org.jetbrains.kotlin:kotlin-stdlib-common:1.4.20 : 186 Kb
org.jetbrains.kotlin:kotlin-stdlib:1.4.20 : 1453 Kb
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1 : 19 Kb
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.1 : 1633 Kb
org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.2 : 19 Kb
org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.2 : 1635 Kb
org.jetbrains:annotations:13.0 : 17 Kb

Total transitive dependencies size : 3 Mb
Expand Down