Skip to content

Commit 9ae2b66

Browse files
authored
Merge pull request #282 from joreilly/dep_updates
dependency updates
2 parents 7362bb0 + adbcb22 commit 9ae2b66

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

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

5-
androidGradlePlugin = "8.8.2"
5+
androidGradlePlugin = "8.9.0"
66
androidxActivity = "1.10.1"
7-
androidxComposeBom = "2025.02.00"
7+
androidxComposeBom = "2025.04.00"
88
androidxLifecycle = "2.8.7"
9-
androidxNavigationCompose = "2.8.8"
10-
androidxRoom = "2.7.0-rc01"
9+
androidxNavigationCompose = "2.8.9"
10+
androidxRoom = "2.7.0"
1111
circuit = "0.25.0"
1212
compose-multiplatform = "1.7.3"
1313
composeAdaptiveLayout = "1.0.0"
@@ -17,12 +17,12 @@ 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.8.0"
20+
kotlinxSerialization = "1.8.1"
2121
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-rc01"
25+
sqlite = "2.5.0"
2626

2727
minSdk = "24"
2828
targetSdk = "35"

0 commit comments

Comments
 (0)