Update ktorVersion to v3 (major) #18
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@ class HpScannerService(
|
|||
}
|
||||
) {
|
||||
onDownload { bytesSentTotal, contentLength ->
|
||||
onProgress(bytesSentTotal, contentLength)
|
||||
onProgress(bytesSentTotal, contentLength?: 0L)
|
||||
}
|
||||
}
|
||||
val responseBody: ByteArray = httpResponse.body()
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue