Update dependency io.ktor:ktor-client-android to v2.2.4

This commit is contained in:
renovate[bot] 2023-03-30 18:43:51 +00:00 committed by GitHub
parent 41dd84ddc0
commit e3ad359bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
kotlin = "1.8.0" kotlin = "1.8.0"
coroutines = "1.6.4" coroutines = "1.6.4"
sqldelight = "1.5.4" sqldelight = "1.5.4"
ktor = "2.2.2" ktor = "2.2.4"
[plugins] [plugins]
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }