Skip to content

Commit 98bd409

Browse files
committed
Update App dependencies
1 parent 3e83114 commit 98bd409

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
android_gradle_plugin = "8.13.2"
3-
kotlin_gradle_plugin = "2.3.0"
3+
kotlin_gradle_plugin = "2.3.10"
44
ksp_gradle_plugin = "2.3.5"
55
coreKtx = "1.17.0"
66
compileSdk = "36"
@@ -23,17 +23,17 @@ moshi = "1.15.2"
2323
androidx_annotation = "1.9.1"
2424
mockk = "1.14.7"
2525
kotlinx_coroutines_test = "1.10.2"
26-
kotlin_test_junit = "2.3.0"
26+
kotlin_test_junit = "2.3.10"
2727
androidx-compose-bom = "2025.12.01"
28-
androidx-navigation-compose = "2.9.6"
28+
androidx-navigation-compose = "2.9.7"
2929
androidx-compose-material-icons-extended = "1.7.8"
30-
androidx-compose-ui = "1.10.0"
30+
androidx-compose-ui = "1.10.2"
3131
androidx-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"
3434
hilt_navigation_compose = "1.3.0"
3535
androidx_core_splashscreen = "1.2.0"
36-
composeAnimation = "1.10.0"
36+
composeAnimation = "1.10.2"
3737
dropshots = "0.5.1"
3838
genai_prompt = "1.0.0-alpha1"
3939

0 commit comments

Comments
 (0)