Skip to content

Commit a39d306

Browse files
Update all dependencies
1 parent 55baa96 commit a39d306

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,38 @@ androidGradlePlugin = "8.13.0"
33
kotlin = "2.2.20" # When changes, update also kotlinAndroid.kt
44
ksp = "2.2.20-2.0.3"
55
androidxActivity = "1.11.0"
6-
androidxComposeBom = "2025.09.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
6+
androidxComposeBom = "2025.10.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
77
androidxCore = "1.17.0"
88
androidxDataStore = "1.1.7"
99
#noinspection GradleDependency
10-
androidxHiltNavigationCompose = "1.2.0"
10+
androidxHiltNavigationCompose = "1.3.0"
1111
androidxLifecycle = "2.9.4"
1212
androidxLocalbroadcastmanager = "1.1.0"
1313
coil = "2.7.0"
1414
#noinspection GradleDependency
15-
firebaseBom = "33.16.0" # https://firebase.google.com/support/release-notes/android#2025-07-21 minSdkVersion increased from 21 to 23
15+
firebaseBom = "34.4.0" # https://firebase.google.com/support/release-notes/android#2025-07-21 minSdkVersion increased from 21 to 23
1616
hilt = "2.57.2"
1717
junit4 = "4.13.2"
1818
kotlinxCoroutines = "1.10.2"
1919
kotlinxDatetime = "0.7.1-0.6.x-compat"
20-
kotlinCompose = "1.9.0"
20+
kotlinCompose = "1.9.1"
2121
#noinspection GradleDependency
22-
room = "2.7.2"
22+
room = "2.8.3"
2323
chart = "v3.1.0"
2424
leakcanary = "2.14"
2525
truth = "1.4.5"
2626
slf4j-timber = "1.2"
2727

28-
nordic-blek = "2.0.0-alpha09"
29-
nordic-dfu = "2.9.0"
28+
nordic-blek = "2.0.0-alpha10"
29+
nordic-dfu = "2.10.1"
3030
nordic-log = "2.5.0"
3131
nordic-data = "0.4.0"
32-
nordic-mcumgr = "2.7.3"
33-
nordic-common = "2.6.0"
32+
nordic-mcumgr = "2.7.4"
33+
nordic-common = "2.6.2"
3434
nordic-memfault = "2.0.2"
3535

3636
nordicPlugins = "2.10"
37-
dokkaPlugin = "2.0.0"
37+
dokkaPlugin = "2.1.0"
3838
googleServicesPlugins = "4.4.4"
3939
firebaseCrashlyticsPlugins = "3.0.6"
4040

0 commit comments

Comments
 (0)