Update ktor version
This commit is contained in:
parent
14a0577d51
commit
0e3e36acb2
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ dependencyResolutionManagement {
|
|||
version("media3", "1.0.0-beta02")
|
||||
library("exoplayer", "androidx.media3", "media3-exoplayer").versionRef("media3")
|
||||
|
||||
version("ktor", "2.0.3")
|
||||
version("ktor", "2.1.0")
|
||||
library("ktor-client-core", "io.ktor", "ktor-client-core").versionRef("ktor")
|
||||
library("ktor-client-cio", "io.ktor", "ktor-client-okhttp").versionRef("ktor")
|
||||
library("ktor-client-content-negotiation", "io.ktor", "ktor-client-content-negotiation").versionRef("ktor")
|
||||
|
|
Loading…
Reference in a new issue