Skip to content

Commit d8837a0

Browse files
Update all dependencies
1 parent f7b31c4 commit d8837a0

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/deploy-to-nexus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v5
1212
with:
1313
fetch-depth: 0
14-
- uses: actions/setup-java@v4
14+
- uses: actions/setup-java@v5
1515
with:
1616
distribution: 'jetbrains'
1717
java-version: '21'

gradle/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
11
[versions]
22
accompanist = "0.37.3"
3-
androidGradlePlugin = "8.12.0"
4-
androidxActivity = "1.10.1"
5-
androidxComposeBom = "2025.07.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
6-
androidxCore = "1.16.0"
3+
androidGradlePlugin = "8.13.0"
4+
androidxActivity = "1.11.0"
5+
androidxComposeBom = "2025.09.00" # https://developer.android.com/jetpack/compose/bom/bom-mapping
6+
androidxCore = "1.17.0"
77
androidxCoreSplashscreen = "1.0.1"
88
androidxDataStore = "1.1.7"
9-
androidxHiltNavigationCompose = "1.2.0"
10-
androidxLifecycle = "2.9.2"
11-
androidxNavigation = "2.9.3"
9+
androidxHiltNavigationCompose = "1.3.0"
10+
androidxLifecycle = "2.9.4"
11+
androidxNavigation = "2.9.4"
1212
#noinspection GradleDependency
1313
firebaseBom = "33.16.0" # https://firebase.google.com/support/release-notes/android#2025-07-21 minSdkVersion increased from 21 to 23
14-
hilt = "2.57"
15-
hiltExt = "1.2.0"
14+
hilt = "2.57.1"
15+
hiltExt = "1.3.0"
1616
kotlin = "2.2.0"
1717
kotlinxCoroutines = "1.10.2"
1818
kotlinxDatetime = "0.7.1"
1919
kotlinxSerializationJson = "1.9.0"
20-
lint = "31.12.0"
21-
publishPlugin = "1.3.1"
20+
lint = "31.13.0"
21+
publishPlugin = "2.0.0"
2222
leakcanary = "2.14"
2323

2424
nordic-log = "2.5.0"
25-
nordic-blek = "2.0.0-alpha07"
25+
nordic-blek = "2.0.0-alpha08"
2626
nordicPlugins = "2.9"
2727
dokkaPlugin = "2.0.0"
2828
googleServicesPlugins = "4.4.3"

0 commit comments

Comments
 (0)