@@ -25,8 +25,8 @@ geojsonVersion = "0.2.1"
2525hiltAndroidVersion = " 2.46"
2626hiltAndroidCompilerVersion = " 2.46"
2727
28- kotlinxSerializationJsonVersion = " 1.6.2 "
29- kotlinxSerializationProtobufVersion = " 1.6.2 "
28+ kotlinxSerializationJsonVersion = " 1.6.3 "
29+ kotlinxSerializationProtobufVersion = " 1.6.3 "
3030
3131ktorVersion = " 2.3.8"
3232
@@ -36,7 +36,7 @@ mapboxSdkTurfVersion = "6.15.0"
3636mapsComposeVersion = " 0.1.0"
3737mapsStyleVersion = " 11.1.0"
3838sarletMessageAdapterVersion = " 0.1.12"
39- moshiKotlinCodegenVersion = " 1.15.0 "
39+ moshiKotlinCodegenVersion = " 1.15.1 "
4040okhttpVersion = " 4.12.0"
4141
4242# ktor-server
@@ -50,7 +50,7 @@ androidxCore = "1.12.0"
5050androidxLifecycle = " 2.7.0"
5151
5252materialDesign = " 1.11.0"
53- composeBom = " 2024.01 .00"
53+ composeBom = " 2024.02 .00"
5454
5555androidxHiltNavigationCompose = " 1.1.0"
5656roomKtxVersion = " 2.6.1"
@@ -59,15 +59,17 @@ scarletVersion = "0.1.12"
5959turfVersion = " 0.2.1"
6060websocketOkhttpVersion = " 0.1.12"
6161streamAdapterCoroutinesVersion = " 0.1.12"
62- material3Version = " 1.2.0-rc01 "
63- accompanistSystemuicontrollerVersion = " 0.27 .0"
62+ material3Version = " 1.2.0"
63+ accompanistSystemuicontrollerVersion = " 0.34 .0"
6464agp = " 8.2.2"
6565androidx-benchmark = " 1.1.1"
6666runner = " 1.5.2"
6767junit = " 1.1.5"
6868junit-junit = " 4.13.2"
6969benchmark-junit4 = " 1.2.3"
7070kotlin = " 1.9.22"
71+ espresso-core = " 3.5.1"
72+ annotation = " 1.6.0"
7173
7274[libraries ]
7375
@@ -139,6 +141,8 @@ logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
139141ktor-server-core = { module = " io.ktor:ktor-server-core-jvm" , version.ref = " ktor" }
140142ktor-server-netty = { module = " io.ktor:ktor-server-netty-jvm" , version.ref = " ktor" }
141143ktor-server-tests = { module = " io.ktor:ktor-server-tests-jvm" , version.ref = " ktor" }
144+ espresso-core = { group = " androidx.test.espresso" , name = " espresso-core" , version.ref = " espresso-core" }
145+ annotation = { group = " androidx.annotation" , name = " annotation" , version.ref = " annotation" }
142146
143147[bundles ]
144148
@@ -152,4 +156,5 @@ kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
152156# Ktor server
153157kotlinJvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
154158ktor = { id = " io.ktor.plugin" , version.ref = " ktor" }
155- kotlinMultiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
159+ kotlinMultiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
160+ androidDynamicFeature = { id = " com.android.dynamic-feature" , version.ref = " agp" }
0 commit comments