11[versions ]
22kotlin = " 2.0.20"
33coroutines = " 1.9.0"
4- kotlinx-serialization-json = " 1.7.1 "
5- kotlinx-collections-immutable = " 0.3.7 "
4+ kotlinx-serialization-json = " 1.7.3 "
5+ kotlinx-collections-immutable = " 0.3.8 "
66
77# the Java version that the Java and Kotlin compilers will target
88java-target = " 11"
@@ -16,7 +16,7 @@ android-target = "34"
1616# the Android compileSdkVersion to use
1717android-compile = " 34"
1818
19- android-gradle = " 8.6.0 "
19+ android-gradle = " 8.6.1 "
2020
2121# the Android target to use in sample
2222sample-android-target = " 34"
@@ -25,31 +25,31 @@ sample-android-compile = "34"
2525
2626jetbrains-compose = " 1.6.11"
2727
28- touchlab-stately = " 2.0.7 "
28+ touchlab-stately = " 2.1.0 "
2929napier = " 2.7.1"
30- flowExt = " 1.0.0-RC "
31- koin-core = " 4.0.0-RC1 "
32- koin-compose = " 4.0.0-RC1 "
30+ flowExt = " 1.0.0"
31+ koin-core = " 4.0.0"
32+ koin-compose = " 4.0.0"
3333coil = " 2.7.0"
34- compose-rules-detekt = " 0.4.11 "
34+ compose-rules-detekt = " 0.4.12 "
3535
36- androidx-lifecycle = " 2.8.4 "
36+ androidx-lifecycle = " 2.8.6 "
3737androidx-annotation = " 1.8.2"
38- androidx-activity = " 1.9.1 "
38+ androidx-activity = " 1.9.2 "
3939androidx-compose-compiler = " 1.5.11"
40- androidx-navigation = " 2.7.7 "
40+ androidx-navigation = " 2.8.1 "
4141kmp-viewmodel = " 0.8.0"
4242solivagant = " 0.5.0"
4343timber = " 5.0.1"
4444
4545spotless = " 6.25.0"
46- detekt = " 1.23.6 "
46+ detekt = " 1.23.7 "
4747
4848kotlinx-kover = " 0.8.3"
4949dokka = " 1.9.20"
5050kotlinx-binary-compatibility-validator = " 0.16.3"
5151
52- vanniktech-maven-publish = " 0.28 .0"
52+ vanniktech-maven-publish = " 0.29 .0"
5353ktlint = " 0.50.0"
5454
5555[libraries ]
@@ -79,7 +79,7 @@ androidx-lifecycle-runtime-compose = { module = "androidx.lifecycle:lifecycle-ru
7979androidx-lifecycle-viewmodel-compose = { module = " androidx.lifecycle:lifecycle-viewmodel-compose" , version = " androidx-lifecycle" }
8080androidx-annotation = { module = " androidx.annotation:annotation" , version.ref = " androidx-annotation" }
8181androidx-activity-compose = { module = " androidx.activity:activity-compose" , version.ref = " androidx-activity" }
82- androidx-compose-bom = { module = " androidx.compose:compose-bom" , version = " 2024.05.00 " }
82+ androidx-compose-bom = { module = " androidx.compose:compose-bom" , version = " 2024.09.02 " }
8383androidx-compose-ui-ui = { module = " androidx.compose.ui:ui" }
8484androidx-compose-ui-tooling = { module = " androidx.compose.ui:ui-tooling" }
8585androidx-compose-ui-tooling-preview = { module = " androidx.compose.ui:ui-tooling-preview" }
0 commit comments