File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ android {
4545 }
4646 kotlin { jvmToolchain(21 ) }
4747 buildFeatures { compose = true }
48- configurations.all { resolutionStrategy.force(" org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0 " ) }
48+ configurations.all { resolutionStrategy.force(" org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.10 " ) }
4949
5050 testOptions {
5151 unitTests.isIncludeAndroidResources = true
Original file line number Diff line number Diff line change 11[versions ]
22android_gradle_plugin = " 8.13.2"
3- kotlin_gradle_plugin = " 2.3.0 "
3+ kotlin_gradle_plugin = " 2.3.10 "
44ksp_gradle_plugin = " 2.3.5"
55coreKtx = " 1.17.0"
66compileSdk = " 36"
@@ -23,17 +23,17 @@ moshi = "1.15.2"
2323androidx_annotation = " 1.9.1"
2424mockk = " 1.14.7"
2525kotlinx_coroutines_test = " 1.10.2"
26- kotlin_test_junit = " 2.3.0 "
26+ kotlin_test_junit = " 2.3.10 "
2727androidx-compose-bom = " 2025.12.01"
28- androidx-navigation-compose = " 2.9.6 "
28+ androidx-navigation-compose = " 2.9.7 "
2929androidx-compose-material-icons-extended = " 1.7.8"
30- androidx-compose-ui = " 1.10.0 "
30+ androidx-compose-ui = " 1.10.2 "
3131androidx-compose-material3 = " 1.4.0"
32- androidx-activity-compose = " 1.12.2 "
33- hilt = " 2.57.2 "
32+ androidx-activity-compose = " 1.12.3 "
33+ hilt = " 2.59.1 "
3434hilt_navigation_compose = " 1.3.0"
3535androidx_core_splashscreen = " 1.2.0"
36- composeAnimation = " 1.10.0 "
36+ composeAnimation = " 1.10.2 "
3737dropshots = " 0.5.1"
3838genai_prompt = " 1.0.0-alpha1"
3939
You can’t perform that action at this time.
0 commit comments