Skip to content

Commit

Permalink
Fixed crash on startup check version #164
Browse files Browse the repository at this point in the history
  • Loading branch information
fast4x committed Dec 3, 2023
1 parent a732489 commit 8ce5176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencyResolutionManagement {
version("media3", "1.1.1")
library("exoplayer", "androidx.media3", "media3-exoplayer").versionRef("media3")

version("ktor", "2.1.2")
version("ktor", "2.3.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")
Expand Down

0 comments on commit 8ce5176

Please sign in to comment.