Skip to content

Commit efc1c08

Browse files
Update all dependencies
1 parent af33aca commit efc1c08

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

gradle/init.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
val ktlintVersion = "1.4.0"
1818

1919
initscript {
20-
val spotlessVersion = "6.25.0"
20+
val spotlessVersion = "7.0.2"
2121

2222
repositories {
2323
mavenCentral()

gradle/libs.versions.toml

+22-22
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
[versions]
2-
accompanist = "0.37.0"
3-
androidDesugarJdkLibs = "2.1.4"
2+
accompanist = "0.37.2"
3+
androidDesugarJdkLibs = "2.1.5"
44
# AGP and tools should be updated together
5-
androidGradlePlugin = "8.7.3"
6-
androidTools = "31.7.3"
7-
androidxActivity = "1.9.3"
5+
androidGradlePlugin = "8.9.0"
6+
androidTools = "31.9.0"
7+
androidxActivity = "1.10.1"
88
androidxAppCompat = "1.7.0"
99
androidxBrowser = "1.8.0"
10-
androidxComposeBom = "2025.02.00"
11-
androidxComposeFoundation = "1.8.0-alpha07"
12-
androidxComposeMaterial3Adaptive = "1.1.0-rc01"
13-
androidxComposeRuntimeTracing = "1.7.6"
10+
androidxComposeBom = "2025.03.00"
11+
androidxComposeFoundation = "1.8.0-rc01"
12+
androidxComposeMaterial3Adaptive = "1.1.0"
13+
androidxComposeRuntimeTracing = "1.7.8"
1414
androidxCore = "1.15.0"
1515
androidxCoreSplashscreen = "1.0.1"
16-
androidxDataStore = "1.1.1"
16+
androidxDataStore = "1.1.3"
1717
androidxEspresso = "3.6.1"
1818
androidxHiltNavigationCompose = "1.2.0"
1919
androidxLifecycle = "2.8.7"
2020
androidxLintGradle = "1.0.0-alpha03"
2121
androidxMacroBenchmark = "1.3.3"
22-
androidxMetrics = "1.0.0-beta01"
23-
androidxNavigation = "2.8.5"
22+
androidxMetrics = "1.0.0-beta02"
23+
androidxNavigation = "2.8.9"
2424
androidxProfileinstaller = "1.4.1"
2525
androidxTestCore = "1.6.1"
2626
androidxTestExt = "1.2.1"
2727
androidxTestRules = "1.6.1"
2828
androidxTestRunner = "1.6.2"
29-
androidxTracing = "1.3.0-alpha02"
29+
androidxTracing = "1.3.0-beta01"
3030
androidxUiAutomator = "2.3.0"
3131
androidxWindowManager = "1.3.0"
3232
androidxWork = "2.10.0"
3333
coil = "2.7.0"
3434
dependencyGuard = "0.5.0"
35-
firebaseBom = "33.7.0"
36-
firebaseCrashlyticsPlugin = "3.0.2"
35+
firebaseBom = "33.10.0"
36+
firebaseCrashlyticsPlugin = "3.0.3"
3737
firebasePerfPlugin = "1.4.2"
3838
gmsPlugin = "4.4.2"
3939
googleOss = "17.1.0"
4040
googleOssPlugin = "0.10.6"
41-
hilt = "2.54"
41+
hilt = "2.55"
4242
hiltExt = "1.2.0"
4343
jacoco = "0.8.12"
4444
junit4 = "4.13.2"
45-
kotlin = "2.1.0"
45+
kotlin = "2.1.10"
4646
kotlinxCoroutines = "1.10.1"
47-
kotlinxDatetime = "0.6.1"
47+
kotlinxDatetime = "0.6.2"
4848
kotlinxSerializationJson = "1.8.0"
49-
ksp = "2.1.0-1.0.29"
50-
moduleGraph = "2.7.1"
49+
ksp = "2.1.10-1.0.31"
50+
moduleGraph = "2.8.0"
5151
okhttp = "4.12.0"
52-
protobuf = "4.29.2"
52+
protobuf = "4.30.1"
5353
protobufPlugin = "0.9.4"
5454
retrofit = "2.11.0"
5555
retrofitKotlinxSerializationJson = "1.0.0"
5656
robolectric = "4.14.1"
57-
roborazzi = "1.39.0"
57+
roborazzi = "1.43.0"
5858
room = "2.6.1"
5959
secrets = "2.0.1"
6060
truth = "1.4.4"

gradle/wrapper/gradle-wrapper.properties

+1-1
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-8.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)