Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@ androidGradlePlugin = "8.13.0"
kotlin = "2.2.20" # When changes, update also kotlinAndroid.kt
ksp = "2.2.20-2.0.3"
androidxActivity = "1.11.0"
androidxComposeBom = "2025.09.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxComposeBom = "2025.10.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
androidxCore = "1.17.0"
androidxDataStore = "1.1.7"
#noinspection GradleDependency
androidxHiltNavigationCompose = "1.2.0"
androidxHiltNavigationCompose = "1.3.0"
androidxLifecycle = "2.9.4"
androidxLocalbroadcastmanager = "1.1.0"
coil = "2.7.0"
#noinspection GradleDependency
firebaseBom = "33.16.0" # https://firebase.google.com/support/release-notes/android#2025-07-21 minSdkVersion increased from 21 to 23
firebaseBom = "34.4.0" # https://firebase.google.com/support/release-notes/android#2025-07-21 minSdkVersion increased from 21 to 23
hilt = "2.57.2"
junit4 = "4.13.2"
kotlinxCoroutines = "1.10.2"
kotlinxDatetime = "0.7.1-0.6.x-compat"
kotlinCompose = "1.9.0"
kotlinCompose = "1.9.1"
#noinspection GradleDependency
room = "2.7.2"
room = "2.8.3"
chart = "v3.1.0"
leakcanary = "2.14"
truth = "1.4.5"
slf4j-timber = "1.2"

nordic-blek = "2.0.0-alpha09"
nordic-dfu = "2.9.0"
nordic-blek = "2.0.0-alpha10"
nordic-dfu = "2.10.1"
nordic-log = "2.5.0"
nordic-data = "0.4.0"
nordic-mcumgr = "2.7.3"
nordic-common = "2.6.0"
nordic-mcumgr = "2.7.4"
nordic-common = "2.6.2"
nordic-memfault = "2.0.2"

nordicPlugins = "2.10"
dokkaPlugin = "2.0.0"
dokkaPlugin = "2.1.0"
googleServicesPlugins = "4.4.4"
firebaseCrashlyticsPlugins = "3.0.6"

Expand Down