diff --git a/core-downloader/build.gradle b/core-downloader/build.gradle index d0842349..098e1c68 100644 --- a/core-downloader/build.gradle +++ b/core-downloader/build.gradle @@ -50,7 +50,7 @@ dependencies { implementation 'androidx.documentfile:documentfile:1.1.0' // Ktor - def ktor_version = '3.3.3' + def ktor_version = '3.4.0' implementation "io.ktor:ktor-client-core:$ktor_version" implementation "io.ktor:ktor-client-cio:$ktor_version" } \ No newline at end of file