Skip to content

Commit ee98284

Browse files
committed
dependency updates
1 parent b0d502b commit ee98284

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

gradle/libs.versions.toml

+11-11
Original file line numberDiff line numberDiff line change
@@ -2,31 +2,31 @@
22
kotlin = "2.1.10"
33
ksp = "2.1.10-1.0.30"
44

5-
androidGradlePlugin = "8.7.3"
6-
androidxActivity = "1.9.3"
7-
androidxComposeBom = "2024.12.01"
5+
androidGradlePlugin = "8.8.2"
6+
androidxActivity = "1.10.1"
7+
androidxComposeBom = "2025.02.00"
88
androidxLifecycle = "2.8.7"
9-
androidxNavigationCompose = "2.8.5"
10-
androidxRoom = "2.7.0-alpha12"
9+
androidxNavigationCompose = "2.8.8"
10+
androidxRoom = "2.7.0-rc01"
1111
circuit = "0.25.0"
1212
compose-multiplatform = "1.7.3"
1313
composeAdaptiveLayout = "1.0.0"
14-
coroutines = "1.9.0"
14+
coroutines = "1.10.1"
1515
junit = "4.13.2"
1616
kmpNativeCoroutines = "1.0.0-ALPHA-38"
1717
kmpObservableViewModel = "1.0.0-BETA-7"
1818
kotlin-inject-anvil = "0.1.2"
1919
kotlininject = "0.7.2"
20-
kotlinxSerialization = "1.7.3"
21-
ktor = "3.0.1"
20+
kotlinxSerialization = "1.8.0"
21+
ktor = "3.1.1"
2222
okhttp = "5.0.0-alpha.14"
2323
slf4j = "2.0.16"
2424
slf4jAndroid = "2.0.7-0"
25-
sqlite = "2.5.0-alpha12"
25+
sqlite = "2.5.0-rc01"
2626

2727
minSdk = "24"
28-
targetSdk = "34"
29-
compileSdk = "34"
28+
targetSdk = "35"
29+
compileSdk = "35"
3030

3131

3232
[libraries]

0 commit comments

Comments
 (0)