Skip to content

Commit 1722c98

Browse files
Update all dependencies
1 parent 55baa96 commit 1722c98

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

gradle/libs.versions.toml

Lines changed: 12 additions & 12 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.2"
2121
#noinspection GradleDependency
22-
room = "2.7.2"
23-
chart = "v3.1.0"
22+
room = "2.8.3"
23+
chart = "3.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

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

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)