Skip to content

Commit 34934ea

Browse files
Update all dependencies
1 parent 0008ce0 commit 34934ea

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

gradle/libs.versions.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ targetSdkVersion = "34"
55
minSdkVersion = "23"
66

77
# lint versions
8-
lintApi = "31.8.2"
9-
lintGradlePlugin = "8.8.2"
8+
lintApi = "31.9.0"
9+
lintGradlePlugin = "8.9.0"
1010

1111
# gradlePlugin versions
12-
androidGradlePlugin = "8.8.2"
12+
androidGradlePlugin = "8.9.0"
1313
apolloAdapters = "0.0.4"
1414
apollo = "4.1.1"
1515
cacheFix = "3.0.1"
@@ -32,13 +32,13 @@ accompanist = "0.37.2"
3232
androidx-activity-compose = "1.10.1"
3333
androidx-activity-core = "1.10.1"
3434
androidx-annotation = "1.9.1"
35-
androidx-composeBom = "2025.02.00"
35+
androidx-composeBom = "2025.03.00"
3636
#todo: remove this alpha when stable compose version bumps to 1.8
37-
androidx-ui-alpha = "1.8.0-beta03"
37+
androidx-ui-alpha = "1.8.0-rc01"
3838
androidx-datastore = "1.1.3"
3939
androidx-junit = "1.2.1"
4040
androidx-lifecycle = "2.8.7"
41-
androidx-navigation = "2.8.7"
41+
androidx-navigation = "2.8.9"
4242
androidx-other-appCompat = "1.7.0"
4343
androidx-other-browser = "1.8.0"
4444
androidx-other-constraintLayout = "2.2.0"
@@ -55,8 +55,8 @@ coil = "2.7.0"
5555
composeRichtext = "1.0.0-alpha02"
5656
coreLibraryDesugaring = "2.1.5"
5757
coroutines = "1.10.1"
58-
datadog = "2.18.0"
59-
dependencyAnalysis = "2.10.1"
58+
datadog = "2.19.0"
59+
dependencyAnalysis = "2.12.0"
6060
firebaseCrashlyticsBuildtools = "3.0.3"
6161
hedvigAuthlib = "1.4.3"
6262
junit = "4.13.2"
@@ -74,16 +74,16 @@ playReview = "2.0.2"
7474
playServicesBase = "18.5.0"
7575
retrofit = "2.11.0"
7676
robolectric = "4.14.1"
77-
room = "2.7.0-rc01"
77+
room = "2.7.0-rc02"
7878
slimber = "2.0.0"
79-
sqlite = "2.5.0-rc01"
79+
sqlite = "2.5.0-rc02"
8080
testParameterInjector = "1.18"
8181
timber = "5.0.1"
8282
turbine = "1.2.0"
8383
unleash = "1.0.0"
8484
uuid = "0.8.4"
8585
zXing = "3.5.3"
86-
zoomable = "1.6.2"
86+
zoomable = "1.7.0"
8787

8888
[libraries]
8989

0 commit comments

Comments
 (0)