Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ plugins {
alias(libs.plugins.jetbrainsKotlinAndroid) version "2.3.0" apply false
alias(libs.plugins.ksp) version "2.3.4" apply false
kotlin("plugin.serialization") version "2.3.0"
id("com.google.dagger.hilt.android") version "2.57.2" apply false
id("com.google.dagger.hilt.android") version "2.59" apply false
}
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
[versions]
agp = "8.13.2"
agp = "9.0.0"
appcompatV7 = "1.7.1"
coilCompose = "3.3.0"
foundation = "1.10.0"
hiltAndroid = "2.57.2"
foundation = "1.10.1"
hiltAndroid = "2.59"
hiltNavigationCompose = "1.3.0"
ink = "1.0.0"
kotlin = "2.3.0"
coreKtx = "1.17.0"
junit = "4.13.2"
junitVersion = "1.3.0"
espressoCore = "3.7.0"
kotlinxSerializationJson = "1.9.0"
kotlinxSerializationJson = "1.10.0"
lifecycleRuntimeKtx = "2.10.0"
activityCompose = "1.12.2"
composeBom = "2025.12.01"
composeBom = "2026.01.00"
lifecycleViewmodelCompose = "2.10.0"
lifecycleRuntimeCompose = "2.10.0"
adaptiveNavigationAndroid = "1.2.0"
Expand All @@ -30,12 +30,12 @@ inputMotionprediction = "1.0.0"

#Tests
mockito = "5.21.0"
mockitoKotlin = "6.1.0"
mockitoKotlin = "6.2.2"
coreTesting = "2.2.0"
kotlinxCoroutinesTest = "1.10.2"
turbine = "1.2.1"
material3WindowSizeClass = "1.4.0"
robolectric = "4.16"
robolectric = "4.16.1"
roborazzi = "1.56.0"

[libraries]
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#Tue Sep 30 16:57:05 EDT 2025
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Loading
Loading