Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sergejsha/componental
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergej Shafarenka committed Oct 5, 2024
2 parents 81e2edf + ad0eec5 commit dab643a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[versions]
agp = "8.2.2"
agp = "8.6.1"
kotlin = "2.0.20"
android-sdk-min = "24"
android-sdk-compile = "34"
compose-plugin = "1.6.11"
kotlinx-coroutines = "1.8.1"
kotlinx-coroutines = "1.9.0"
kotlinx-atomicfu = "0.25.0"
kotlinx-serialization = "1.7.2"
androidx-lifecycle = "2.8.4"
kotlinx-serialization = "1.7.3"
androidx-lifecycle = "2.8.6"
androidx-savedstate = "1.2.1"
androidx-activity = "1.9.1"
androidx-activity = "1.9.2"

[libraries]
kotlin-test = { module = "org.jetbrains.kotlin:kotlin-test", version.ref = "kotlin" }
Expand Down

0 comments on commit dab643a

Please sign in to comment.