Skip to content

Commit

Permalink
Remove unused lib defs and bump compose bom
Browse files Browse the repository at this point in the history
  • Loading branch information
russell committed Sep 17, 2024
1 parent bb37e01 commit ed2b13e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[versions]
kotlin = "2.0.20"

junit = "4.13.2"

android-gradle = "8.5.2"
android-minSdk = "23"
android-compileSdk = "34"
android-targetSdk = "34"

androidx-composeBom = "2024.09.00"
androidx-composeBom = "2024.09.01"
androidx-activity = "1.9.2"

kotlinx-coroutines = "1.8.1"
Expand All @@ -30,7 +28,6 @@ ktor-client-contentNegotiation = { module = "io.ktor:ktor-client-content-negotia
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
ktor-client-ios = { module = "io.ktor:ktor-client-ios", version.ref = "ktor" }
ktor-client-js = { module = "io.ktor:ktor-client-js", version.ref = "ktor" }
ktor-client-json = { module = "io.ktor:ktor-client-json", version.ref = "ktor" }
ktor-client-logging = { module = "io.ktor:ktor-client-logging", version.ref = "ktor" }
ktor-client-mock = { module = "io.ktor:ktor-client-mock", version.ref = "ktor" }
ktor-serialization = { module = "io.ktor:ktor-serialization-kotlinx-json", version.ref = "ktor" }
Expand Down

0 comments on commit ed2b13e

Please sign in to comment.