Skip to content

Commit eb1f5d2

Browse files
Update all dependencies
1 parent 3077a35 commit eb1f5d2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
accompanist = "0.37.0"
3-
androidDesugarJdkLibs = "2.1.3"
3+
androidDesugarJdkLibs = "2.1.4"
44
# AGP and tools should be updated together
55
androidGradlePlugin = "8.7.3"
66
androidTools = "31.7.3"
@@ -36,14 +36,14 @@ firebasePerfPlugin = "1.4.2"
3636
gmsPlugin = "4.4.2"
3737
googleOss = "17.1.0"
3838
googleOssPlugin = "0.10.6"
39-
hilt = "2.53.1"
39+
hilt = "2.54"
4040
hiltExt = "1.2.0"
4141
jacoco = "0.8.12"
4242
junit4 = "4.13.2"
4343
kotlin = "2.1.0"
44-
kotlinxCoroutines = "1.10.0"
44+
kotlinxCoroutines = "1.10.1"
4545
kotlinxDatetime = "0.6.1"
46-
kotlinxSerializationJson = "1.7.3"
46+
kotlinxSerializationJson = "1.8.0"
4747
ksp = "2.1.0-1.0.29"
4848
moduleGraph = "2.7.1"
4949
okhttp = "4.12.0"
@@ -52,7 +52,7 @@ protobufPlugin = "0.9.4"
5252
retrofit = "2.11.0"
5353
retrofitKotlinxSerializationJson = "1.0.0"
5454
robolectric = "4.14.1"
55-
roborazzi = "1.37.0"
55+
roborazzi = "1.39.0"
5656
room = "2.6.1"
5757
secrets = "2.0.1"
5858
truth = "1.4.4"

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

0 commit comments

Comments
 (0)