Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Nov 22, 2024
1 parent 4f4d306 commit de7e4b5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,27 @@ libVersion = "1.7.0"
compileSdk = "34"
minSdk = "21"
java = "11"
androidx-animation = "1.7.2"
androidx-foundation = "1.7.2"
androidx-animation = "1.7.5"
androidx-foundation = "1.7.5"
androidx-appcompat = "1.7.0"
androidx-coreKtx = "1.13.1"
androidxActivityVer = "1.9.2"
androidx-coreKtx = "1.15.0"
androidxActivityVer = "1.9.3"
androidGradlePlugin = "8.6.1"
junit = "4.13.2"
junitJupiterEngine = "5.11.0"
junitJupiterApi = "5.11.0"
kotlin = "2.0.20"
lifecycleRuntimeKtx = "2.8.6"
material = "1.7.2"
lifecycleRuntimeKtx = "2.8.7"
material = "1.7.5"
kotlinxCoroutinesCore = "1.9.0"
moleculeRuntime = "2.0.0"
savedstateKtx = "1.2.1"
spotless = "6.25.0"
jetbrainsComposePlugin = "1.7.1"
skiko = "0.8.18"
koin = "4.0.0"
uiTestJunit4Android = "1.7.2"
uiTestManifest = "1.7.2"
uiTestJunit4Android = "1.7.5"
uiTestManifest = "1.7.5"
uuid = "0.8.4"
webpackCliVersion = "5.1.4"
nodeVersion = "20.14.0"
Expand Down Expand Up @@ -55,8 +55,8 @@ koin = { module = "io.insert-koin:koin-core", version.ref = "koin" }
koin-compose = { module = "io.insert-koin:koin-compose", version.ref = "koin" }
koin-compose-viewmodel = { module = "io.insert-koin:koin-compose-viewmodel", version.ref = "koin" }
uuid = { module = "com.benasher44:uuid", version.ref = "uuid" }
jetbrains-lifecycle = { module = "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", version = "2.8.2" }
jetbrains-viewmodel = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.8.2" }
jetbrains-lifecycle = { module = "org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose", version = "2.8.4" }
jetbrains-viewmodel = { module = "org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose", version = "2.8.4" }

[plugins]
android-application = { id = "com.android.application", version.ref = "androidGradlePlugin" }
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ include(":sample:todo:android")
include(":sample:todo:desktop")
include(":sample:todo:common")
include(":sample:todo:ios")
include(":sample:todo:macos")
//include(":sample:todo:macos")
include(":sample:todo:js")
include(":sample:molecule:composeApp")

0 comments on commit de7e4b5

Please sign in to comment.