File tree Expand file tree Collapse file tree 6 files changed +277
-209
lines changed
Expand file tree Collapse file tree 6 files changed +277
-209
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11[versions ]
2- agp = " 8.13.2 "
2+ agp = " 9.0.0 "
33appcompatV7 = " 1.7.1"
44coilCompose = " 3.3.0"
5- foundation = " 1.10.0 "
6- hiltAndroid = " 2.57.2 "
5+ foundation = " 1.10.1 "
6+ hiltAndroid = " 2.59 "
77hiltNavigationCompose = " 1.3.0"
88ink = " 1.0.0"
99kotlin = " 2.3.0"
1010coreKtx = " 1.17.0"
1111junit = " 4.13.2"
1212junitVersion = " 1.3.0"
1313espressoCore = " 3.7.0"
14- kotlinxSerializationJson = " 1.9 .0"
14+ kotlinxSerializationJson = " 1.10 .0"
1515lifecycleRuntimeKtx = " 2.10.0"
1616activityCompose = " 1.12.2"
17- composeBom = " 2025.12.01 "
17+ composeBom = " 2026.01.00 "
1818lifecycleViewmodelCompose = " 2.10.0"
1919lifecycleRuntimeCompose = " 2.10.0"
2020adaptiveNavigationAndroid = " 1.2.0"
@@ -30,12 +30,12 @@ inputMotionprediction = "1.0.0"
3030
3131# Tests
3232mockito = " 5.21.0"
33- mockitoKotlin = " 6.1.0 "
33+ mockitoKotlin = " 6.2.2 "
3434coreTesting = " 2.2.0"
3535kotlinxCoroutinesTest = " 1.10.2"
3636turbine = " 1.2.1"
3737material3WindowSizeClass = " 1.4.0"
38- robolectric = " 4.16"
38+ robolectric = " 4.16.1 "
3939roborazzi = " 1.56.0"
4040
4141[libraries ]
Original file line number Diff line number Diff line change 1- # Tue Sep 30 16:57:05 EDT 2025
21distributionBase =GRADLE_USER_HOME
32distributionPath =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
56zipStoreBase =GRADLE_USER_HOME
67zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments