Skip to content

Commit 5a4ad6e

Browse files
Update all dependencies
1 parent a0f2786 commit 5a4ad6e

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

gradle/init.gradle.kts

Lines changed: 1 addition & 1 deletion
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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
accompanist = "0.37.0"
33
androidDesugarJdkLibs = "2.1.4"
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.8.0"
6+
androidTools = "31.8.0"
7+
androidxActivity = "1.10.0"
88
androidxAppCompat = "1.7.0"
99
androidxBrowser = "1.8.0"
10-
androidxComposeBom = "2024.12.01"
11-
androidxComposeFoundation = "1.8.0-alpha07"
10+
androidxComposeBom = "2025.01.00"
11+
androidxComposeFoundation = "1.8.0-alpha08"
1212
androidxComposeRuntimeTracing = "1.7.6"
1313
androidxCore = "1.15.0"
1414
androidxCoreSplashscreen = "1.0.1"
15-
androidxDataStore = "1.1.1"
15+
androidxDataStore = "1.1.2"
1616
androidxEspresso = "3.6.1"
1717
androidxHiltNavigationCompose = "1.2.0"
1818
androidxLifecycle = "2.8.7"
@@ -31,13 +31,13 @@ androidxWindowManager = "1.3.0"
3131
androidxWork = "2.10.0"
3232
coil = "2.7.0"
3333
dependencyGuard = "0.5.0"
34-
firebaseBom = "33.7.0"
34+
firebaseBom = "33.8.0"
3535
firebaseCrashlyticsPlugin = "3.0.2"
3636
firebasePerfPlugin = "1.4.2"
3737
gmsPlugin = "4.4.2"
3838
googleOss = "17.1.0"
3939
googleOssPlugin = "0.10.6"
40-
hilt = "2.54"
40+
hilt = "2.55"
4141
hiltExt = "1.2.0"
4242
jacoco = "0.8.12"
4343
junit4 = "4.13.2"
@@ -46,14 +46,14 @@ kotlinxCoroutines = "1.10.1"
4646
kotlinxDatetime = "0.6.1"
4747
kotlinxSerializationJson = "1.8.0"
4848
ksp = "2.1.0-1.0.29"
49-
moduleGraph = "2.7.1"
49+
moduleGraph = "2.7.3"
5050
okhttp = "4.12.0"
51-
protobuf = "4.29.2"
51+
protobuf = "4.29.3"
5252
protobufPlugin = "0.9.4"
5353
retrofit = "2.11.0"
5454
retrofitKotlinxSerializationJson = "1.0.0"
5555
robolectric = "4.14.1"
56-
roborazzi = "1.39.0"
56+
roborazzi = "1.40.1"
5757
room = "2.6.1"
5858
secrets = "2.0.1"
5959
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.12-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)