Skip to content

Commit

Permalink
Merge pull request #43 from opatry/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
opatry authored Oct 4, 2024
2 parents 28353f0 + ca40b50 commit e245d11
Show file tree
Hide file tree
Showing 9 changed files with 538 additions and 140 deletions.
329 changes: 329 additions & 0 deletions .idea/other.xml

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions .idea/runConfigurations.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ tasksApp-name = "1.1.0"
compileSdk = "34"
minSdk = "24"
targetSdk = "34"
agp = "8.6.1"
agp = "8.5.1"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.24"
coroutines = "1.9.0"
ktor = "2.3.12"
ktor = "3.0.0-rc-2"
compose-plugin = "1.7.0-rc01"
room = "2.7.0-alpha08"
sqlite = "2.5.0-alpha08"
room = "2.7.0-alpha09"
sqlite = "2.5.0-alpha09"
koin = "4.0.0"
coil = "3.0.0-alpha10"
about-libraries = "11.2.3"
Expand All @@ -21,7 +21,7 @@ kotlinx-coroutines-swing = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }

kotlinx-datetime = { module = "org.jetbrains.kotlinx:kotlinx-datetime", version = "0.6.1" }
kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.2" }
kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version = "1.7.3" }

ktor-server-core = { module = "io.ktor:ktor-server-core-jvm", version.ref = "ktor" }
ktor-server-cio = { module = "io.ktor:ktor-server-cio", version.ref = "ktor" }
Expand Down
Loading

0 comments on commit e245d11

Please sign in to comment.