Update ktorVersion to v3 (major) #18

Merged
renovate-bot merged 2 commits from renovate/major-ktorversion into main 2024-11-09 04:10:22 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ class HpScannerService(
}
) {
onDownload { bytesSentTotal, contentLength ->
onProgress(bytesSentTotal, contentLength)
onProgress(bytesSentTotal, contentLength?: 0L)
}
}
val responseBody: ByteArray = httpResponse.body()

View file

@ -8,7 +8,7 @@ espressoCore = "3.6.1"
junit = "4.13.2"
junitVersion = "1.2.1"
kotlin = "2.0.21"
ktorVersion = "2.3.12"
ktorVersion = "3.0.1"
lifecycleRuntimeKtx = "2.8.7"
maxSdk = "34"
minSdk = "29"