Skip to content

Commit 4f5926d

Browse files
committed
chore: Update dependencies
- ksp: 2.3.1 -> 2.3.2 - room: 2.8.3 -> 2.8.4 - androidxSqlite: 2.6.1 -> 2.6.2 - androidxAppcompat: 1.7.0 -> 1.7.1 - androidxActivityCompose: 1.11.0 -> 1.12.0 - androidxComposeTest: 1.9.4 -> 1.9.5 - androidxLifecycle: 2.9.4 -> 2.10.0 - uiTooling: 1.9.4 -> 1.9.5 - okio: 3.16.3 -> 3.16.4
1 parent f2d942e commit 4f5926d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

gradle/libs.versions.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ targetSdk = "36"
44
minSdk = "23"
55
jdk = "17"
66
kotlin = "2.2.21"
7-
ksp = "2.3.1"
7+
ksp = "2.3.2"
88
agp = "8.13.1"
99
gms = "4.4.4"
1010
crashlytics = "3.0.6"
1111
compose = "1.9.3"
1212
coroutines = "1.10.2"
1313
sqlDelight = "2.2.1"
14-
room = "2.8.3"
15-
androidxSqlite = "2.6.1"
14+
room = "2.8.4"
15+
androidxSqlite = "2.6.2"
1616
saferoom = "1.4.0"
1717
androidSqlCipher = "4.11.0"
1818
iosSqlCipher = "4.9.0"
@@ -23,14 +23,14 @@ kotlinx-browser = "0.5.0"
2323
kermit = "2.0.8"
2424
materialThemePrefs = "0.9.8"
2525
adaptive = "1.2.0"
26-
androidxAppcompat = "1.7.0"
26+
androidxAppcompat = "1.7.1"
2727
androidxViewModel = "2.9.6"
2828
androidxNavigation = "2.9.1"
29-
androidxActivityCompose = "1.11.0"
30-
androidxComposeTest = "1.9.4"
29+
androidxActivityCompose = "1.12.0"
30+
androidxComposeTest = "1.9.5"
3131
androidxCoreSplashscreen = "1.2.0"
3232
androidxTracing = "1.3.0"
33-
androidxLifecycle = "2.9.4"
33+
androidxLifecycle = "2.10.0"
3434
androidxArch = "2.2.0"
3535
androidxPaging = "3.4.0-alpha04"
3636
androidxTestExt = "1.3.0"
@@ -45,9 +45,9 @@ espresso = "3.7.0"
4545
desugar = "2.1.5"
4646
androidSecurityLint = "1.0.3"
4747
appdirs = "1.5.0"
48-
uiTooling = "1.9.4"
48+
uiTooling = "1.9.5"
4949
download = "5.6.0"
50-
okio = "3.16.3"
50+
okio = "3.16.4"
5151
accompanist-permissions = "0.37.3"
5252

5353
[libraries]

0 commit comments

Comments
 (0)