Skip to content

Commit 119a10f

Browse files
fix(deps): update all dependencies
1 parent dee6905 commit 119a10f

File tree

7 files changed

+285
-217
lines changed

7 files changed

+285
-217
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
alias(libs.plugins.jetbrainsKotlinAndroid)
1919
alias(libs.plugins.ksp)
2020
alias(libs.plugins.roborazzi)
21-
id("org.jetbrains.kotlin.plugin.compose") version "2.3.0"
21+
id("org.jetbrains.kotlin.plugin.compose") version "2.3.10"
2222
id("kotlin-parcelize")
2323
kotlin("plugin.serialization")
2424
id("com.google.dagger.hilt.android")

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ plugins {
99
alias(libs.plugins.androidLibrary) version "8.13.2" apply false
1010
alias(libs.plugins.jetbrainsKotlinAndroid) version "2.3.0" apply false
1111
alias(libs.plugins.ksp) version "2.3.4" apply false
12-
kotlin("plugin.serialization") version "2.3.0"
13-
id("com.google.dagger.hilt.android") version "2.57.2" apply false
12+
kotlin("plugin.serialization") version "2.3.10"
13+
id("com.google.dagger.hilt.android") version "2.59.1" apply false
1414
}

gradle/libs.versions.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,42 @@
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.2"
6+
hiltAndroid = "2.59.1"
77
hiltNavigationCompose = "1.3.0"
88
ink = "1.0.0"
9-
kotlin = "2.3.0"
9+
kotlin = "2.3.10"
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"
16-
activityCompose = "1.12.2"
17-
composeBom = "2025.12.01"
16+
activityCompose = "1.12.3"
17+
composeBom = "2026.01.01"
1818
lifecycleViewmodelCompose = "2.10.0"
1919
lifecycleRuntimeCompose = "2.10.0"
2020
adaptiveNavigationAndroid = "1.2.0"
21-
navigationRuntimeKtx = "2.9.6"
22-
navigationCompose = "2.9.6"
21+
navigationRuntimeKtx = "2.9.7"
22+
navigationCompose = "2.9.7"
2323
roomKtx = "2.8.4"
2424
roomRuntime = "2.8.4"
2525
windowCore = "1.5.1"
26-
ksp = "2.3.4"
26+
ksp = "2.3.5"
2727
roomCompiler = "2.8.4"
2828
material3AdaptiveNavigationSuiteAndroidVersion = "1.4.0"
2929
inputMotionprediction = "1.0.0"
3030

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

4141
[libraries]
4242
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }

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.1-bin.zip
4+
networkTimeout=10000
5+
validateDistributionUrl=true
56
zipStoreBase=GRADLE_USER_HOME
67
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)