Skip to content

Commit feb47fc

Browse files
committed
Upgrade Room, Compose Test, and UI Tooling
This commit updates the following AndroidX dependencies in the `gradle/libs.versions.toml` file: - Room from `2.8.1` to `2.8.2` - Compose Test from `1.9.2` to `1.9.3` - UI Tooling from `1.9.2` to `1.9.3`
1 parent c19e6a7 commit feb47fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crashlytics = "3.0.6"
1111
compose = "1.9.0"
1212
coroutines = "1.10.2"
1313
sqlDelight = "2.1.0"
14-
room = "2.8.1"
14+
room = "2.8.2"
1515
androidxSqlite = "2.6.1"
1616
saferoom = "1.4.0"
1717
androidSqlCipher = "4.10.0"
@@ -26,7 +26,7 @@ materialThemePrefs = "0.9.8"
2626
androidxViewModel = "2.9.4"
2727
androidxNavigation = "2.9.0"
2828
androidxActivityCompose = "1.11.0"
29-
androidxComposeTest = "1.9.2"
29+
androidxComposeTest = "1.9.3"
3030
androidxCoreSplashscreen = "1.0.1"
3131
androidxTracing = "1.3.0"
3232
androidxLifecycle = "2.9.4"
@@ -44,7 +44,7 @@ espresso = "3.7.0"
4444
desugar = "2.1.5"
4545
androidSecurityLint = "1.0.3"
4646
appdirs = "1.4.0"
47-
uiTooling = "1.9.2"
47+
uiTooling = "1.9.3"
4848

4949
[libraries]
5050
coroutines-bom = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-bom", version.ref = "coroutines" }

0 commit comments

Comments
 (0)