Skip to content

Commit e149f43

Browse files
Updated deps versions
1 parent 3c76942 commit e149f43

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

gradle/libs.versions.toml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ geojsonVersion = "0.2.1"
2525
hiltAndroidVersion = "2.46"
2626
hiltAndroidCompilerVersion = "2.46"
2727

28-
kotlinxSerializationJsonVersion = "1.6.2"
29-
kotlinxSerializationProtobufVersion = "1.6.2"
28+
kotlinxSerializationJsonVersion = "1.6.3"
29+
kotlinxSerializationProtobufVersion = "1.6.3"
3030

3131
ktorVersion = "2.3.8"
3232

@@ -36,7 +36,7 @@ mapboxSdkTurfVersion = "6.15.0"
3636
mapsComposeVersion = "0.1.0"
3737
mapsStyleVersion = "11.1.0"
3838
sarletMessageAdapterVersion = "0.1.12"
39-
moshiKotlinCodegenVersion = "1.15.0"
39+
moshiKotlinCodegenVersion = "1.15.1"
4040
okhttpVersion = "4.12.0"
4141

4242
# ktor-server
@@ -50,7 +50,7 @@ androidxCore = "1.12.0"
5050
androidxLifecycle = "2.7.0"
5151

5252
materialDesign = "1.11.0"
53-
composeBom = "2024.01.00"
53+
composeBom = "2024.02.00"
5454

5555
androidxHiltNavigationCompose = "1.1.0"
5656
roomKtxVersion = "2.6.1"
@@ -59,15 +59,17 @@ scarletVersion = "0.1.12"
5959
turfVersion = "0.2.1"
6060
websocketOkhttpVersion = "0.1.12"
6161
streamAdapterCoroutinesVersion = "0.1.12"
62-
material3Version = "1.2.0-rc01"
63-
accompanistSystemuicontrollerVersion = "0.27.0"
62+
material3Version = "1.2.0"
63+
accompanistSystemuicontrollerVersion = "0.34.0"
6464
agp = "8.2.2"
6565
androidx-benchmark = "1.1.1"
6666
runner = "1.5.2"
6767
junit = "1.1.5"
6868
junit-junit = "4.13.2"
6969
benchmark-junit4 = "1.2.3"
7070
kotlin = "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" }
139141
ktor-server-core = { module = "io.ktor:ktor-server-core-jvm", version.ref = "ktor" }
140142
ktor-server-netty = { module = "io.ktor:ktor-server-netty-jvm", version.ref = "ktor" }
141143
ktor-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
153157
kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
154158
ktor = { 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

Comments
 (0)