Skip to content

Commit c8ac4a3

Browse files
Update all dependencies
1 parent 6d89717 commit c8ac4a3

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.github/workflows/deploy-to-play-store.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deployAabToGooglePlayInternal:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@v6
1212
with:
1313
fetch-depth: 0
1414
- uses: actions/setup-java@v5

gradle/libs.versions.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
[versions]
2-
androidGradlePlugin = "8.13.0"
2+
androidGradlePlugin = "8.13.1"
33
kotlin = "2.2.20" # When changes, update also kotlinAndroid.kt
44
ksp = "2.2.20-2.0.3"
5-
androidxActivity = "1.11.0"
6-
androidxComposeBom = "2025.09.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
5+
androidxActivity = "1.12.0"
6+
androidxComposeBom = "2025.11.01" # https://developer.android.com/jetpack/compose/bom/bom-mapping
77
androidxCore = "1.17.0"
8-
androidxDataStore = "1.1.7"
8+
androidxDataStore = "1.2.0"
99
#noinspection GradleDependency
10-
androidxHiltNavigationCompose = "1.2.0"
11-
androidxLifecycle = "2.9.4"
10+
androidxHiltNavigationCompose = "1.3.0"
11+
androidxLifecycle = "2.10.0"
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.6.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.3"
2121
#noinspection GradleDependency
22-
room = "2.7.2"
23-
chart = "v3.1.0"
22+
room = "2.8.4"
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"
31-
nordic-data = "0.4.0"
32-
nordic-mcumgr = "2.7.3"
33-
nordic-common = "2.6.0"
31+
nordic-data = "0.5.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.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.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)