Skip to content

Commit

Permalink
dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Dec 21, 2024
1 parent 952b71e commit cea478f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ android.useAndroidX=true
android.enableJetifier=false

kotlin.mpp.androidSourceSetLayoutVersion=2
kotlin.native.toolchain.enabled=false

org.jetbrains.compose.experimental.uikit.enabled=true
# Disabled due to https://youtrack.jetbrains.com/issue/KT-65761
kotlin.native.disableCompilerDaemon = true
Expand Down
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
[versions]
kotlin = "2.0.21"
ksp = "2.0.21-1.0.25"
kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
kotlinx-coroutines = "1.9.0"
kotlinx-serialization = "1.7.3"
kotlinx-dateTime = "0.6.1"

androidGradlePlugin = "8.7.2"
androidGradlePlugin = "8.7.3"
koalaplot = "0.5.3"
koin = "4.0.0"
ktor = "3.0.0"
ktor = "3.0.1"
slf4j = "2.0.16"
skie = "0.9.3"
skie = "0.9.5"
datastore = "1.1.1"

androidxActivity = "1.9.3"
androidxComposeBom = "2024.10.01"
androidxNavigationCompose = "2.8.3"
androidxComposeBom = "2024.12.01"
androidxNavigationCompose = "2.8.5"
androidxLifecycle = "2.8.7"
androidxRoom = "2.7.0-alpha11"
sqlite = "2.5.0-alpha11"
compose-plugin = "1.7.0"
androidxRoom = "2.7.0-alpha12"
sqlite = "2.5.0-alpha12"
compose-plugin = "1.7.3"
accompanist = "0.36.0"
coilCompose = "2.7.0"
image-loader = "1.8.3"
junit = "4.13.2"
kermit = "2.0.4"
kermit = "2.0.5"
minSdk = "24"
targetSdk = "34"
compileSdk = "34"
screenshot = "0.0.1-alpha07"
screenshot = "0.0.1-alpha08"

multikApi = "0.1.1"
multikJvm = "0.1.1"
Expand Down

0 comments on commit cea478f

Please sign in to comment.