diff --git a/pixel/build.gradle b/pixel/build.gradle index db76a2a..2daf526 100644 --- a/pixel/build.gradle +++ b/pixel/build.gradle @@ -38,7 +38,7 @@ dependencies { androidTestImplementation 'androidx.test.ext:junit:1.1.3' // implementation "androidx.appcompat:appcompat:1.1.0" // implementation "androidx.core:core-ktx:$core" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.0" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.3" // Standard HTTP client for Android for modern I/O support by Okio. implementation "com.squareup.okhttp3:okhttp:4.9.3"