Skip to content

Commit 46ee379

Browse files
fix(deps): update all dependencies
1 parent a3bae83 commit 46ee379

File tree

6 files changed

+277
-209
lines changed

6 files changed

+277
-209
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ plugins {
1010
alias(libs.plugins.jetbrainsKotlinAndroid) version "2.3.0" apply false
1111
alias(libs.plugins.ksp) version "2.3.4" apply false
1212
kotlin("plugin.serialization") version "2.3.0"
13-
id("com.google.dagger.hilt.android") version "2.57.2" apply false
13+
id("com.google.dagger.hilt.android") version "2.59" apply false
1414
}

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[versions]
2-
agp = "8.13.2"
2+
agp = "9.0.0"
33
appcompatV7 = "1.7.1"
44
coilCompose = "3.3.0"
5-
foundation = "1.10.0"
6-
hiltAndroid = "2.57.2"
5+
foundation = "1.10.1"
6+
hiltAndroid = "2.59"
77
hiltNavigationCompose = "1.3.0"
88
ink = "1.0.0"
99
kotlin = "2.3.0"
1010
coreKtx = "1.17.0"
1111
junit = "4.13.2"
1212
junitVersion = "1.3.0"
1313
espressoCore = "3.7.0"
14-
kotlinxSerializationJson = "1.9.0"
14+
kotlinxSerializationJson = "1.10.0"
1515
lifecycleRuntimeKtx = "2.10.0"
1616
activityCompose = "1.12.2"
17-
composeBom = "2025.12.01"
17+
composeBom = "2026.01.00"
1818
lifecycleViewmodelCompose = "2.10.0"
1919
lifecycleRuntimeCompose = "2.10.0"
2020
adaptiveNavigationAndroid = "1.2.0"
@@ -30,12 +30,12 @@ inputMotionprediction = "1.0.0"
3030

3131
#Tests
3232
mockito = "5.21.0"
33-
mockitoKotlin = "6.1.0"
33+
mockitoKotlin = "6.2.2"
3434
coreTesting = "2.2.0"
3535
kotlinxCoroutinesTest = "1.10.2"
3636
turbine = "1.2.1"
3737
material3WindowSizeClass = "1.4.0"
38-
robolectric = "4.16"
38+
robolectric = "4.16.1"
3939
roborazzi = "1.56.0"
4040

4141
[libraries]

gradle/wrapper/gradle-wrapper.jar

-12.7 KB
Binary file not shown.
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
#Tue Sep 30 16:57:05 EDT 2025
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)