Skip to content

Commit 962635c

Browse files
committed
Dependencies updated while keeping minSdk=21
1 parent 5680d68 commit 962635c

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

gradle/libs.versions.toml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
androidGradlePlugin = "8.13.2"
2+
androidGradlePlugin = "9.0.0"
33
kotlin = "2.3.0" # When changes, update also kotlinAndroid.kt
4-
ksp = "2.3.4"
4+
ksp = "2.3.5"
55
androidxActivity = "1.11.0" # Don't update
66
androidxAnnotation = "1.9.1"
77
androidxAppCompat = "1.7.1"
@@ -14,11 +14,11 @@ androidxCoreSplashscreen = "1.2.0"
1414
androidxDataStore = "1.2.0"
1515
androidxEspresso = "3.7.0"
1616
androidxFragment = "1.8.9"
17-
androidxHiltNavigationCompose = "1.2.0"
17+
androidxHiltNavigationCompose = "1.3.0"
1818
androidxLifecycle = "2.9.4" # Don't update
1919
androidxLocalbroadcastmanager = "1.1.0"
2020
androidxMacroBenchmark = "1.4.1"
21-
androidxNavigation = "2.9.6"
21+
androidxNavigation = "2.9.7"
2222
androidxMetrics = "1.0.0"
2323
androidxPreference = "1.2.1"
2424
androidxProfileinstaller = "1.4.1"
@@ -37,39 +37,39 @@ androidDesugarJdkLibs = "2.1.5"
3737
accompanist = "0.37.3"
3838
accompanistPlaceholder = "0.36.0"
3939
coil = "2.7.0"
40-
dagger = "2.57.2"
40+
dagger = "2.59"
4141
firebaseBom = "33.16.0" # https://firebase.google.com/support/release-notes/android#2025-07-21 minSdkVersion increased from 21 to 23
42-
hilt = "2.57.2"
43-
hiltExt = "1.2.0"
42+
hilt = "2.59"
43+
hiltExt = "1.3.0"
4444
junit4 = "4.13.2"
4545
kotlinxCoroutines = "1.10.2"
4646
kotlinxDatetime = "0.7.1-0.6.x-compat"
47-
kotlinxSerializationJson = "1.9.0"
48-
kotlinCompose = "1.9.3"
47+
kotlinxSerializationJson = "1.10.0"
48+
kotlinCompose = "1.10.0"
4949
javaAnnotations = "26.0.2-1" # https://github.com/JetBrains/java-annotations
50-
lint = "31.13.1"
50+
lint = "32.0.0"
5151
material = "1.13.0"
52-
memfault-cloud = "2.0.5"
52+
memfault-cloud = "2.1.0"
5353
okhttp = "5.3.2"
54-
protobuf = "4.33.2"
55-
protobufPlugin = "0.9.5"
54+
protobuf = "4.33.5"
55+
protobufPlugin = "0.9.6"
5656
publishPlugin = "2.0.0"
5757
retrofit = "3.0.0"
5858
room = "2.7.2" # Don't update
59-
paging = "3.3.6"
59+
paging = "3.3.6" # Don't update
6060
secrets = "2.0.1"
6161
turbine = "1.2.1"
6262
markdown = "0.5.7" # https://github.com/jeziellago/compose-markdown/releases
63-
wirePlugin = "5.4.0"
63+
wirePlugin = "5.5.0"
6464
timber = "5.0.1"
6565
chart = "v3.1.0"
6666
leakcanary = "2.14"
67-
mockk = "1.14.7"
67+
mockk = "1.14.9"
6868
truth = "1.4.5"
6969
slf4j = "2.0.17"
7070
slf4j-timber = "1.2"
71-
robolectric = "4.16"
72-
skydovesBallon = "1.6.13"
71+
robolectric = "4.16.1"
72+
skydovesBallon = "1.7.3"
7373
moshi = "1.15.2"
7474
koinCore = "4.1.1"
7575
koinCompose = "4.1.1"

0 commit comments

Comments
 (0)