diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9bd9281..80bf1ea 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -45,7 +45,7 @@ android { } kotlin { jvmToolchain(21) } buildFeatures { compose = true } - configurations.all { resolutionStrategy.force("org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0") } + configurations.all { resolutionStrategy.force("org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.10") } testOptions { unitTests.isIncludeAndroidResources = true diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5bda176..59dbe59 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] android_gradle_plugin = "8.13.2" -kotlin_gradle_plugin = "2.3.0" +kotlin_gradle_plugin = "2.3.10" ksp_gradle_plugin = "2.3.5" coreKtx = "1.17.0" compileSdk = "36" @@ -23,17 +23,17 @@ moshi = "1.15.2" androidx_annotation = "1.9.1" mockk = "1.14.7" kotlinx_coroutines_test = "1.10.2" -kotlin_test_junit = "2.3.0" +kotlin_test_junit = "2.3.10" androidx-compose-bom = "2025.12.01" -androidx-navigation-compose = "2.9.6" +androidx-navigation-compose = "2.9.7" androidx-compose-material-icons-extended = "1.7.8" -androidx-compose-ui = "1.10.0" +androidx-compose-ui = "1.10.3" androidx-compose-material3 = "1.4.0" -androidx-activity-compose = "1.12.2" -hilt = "2.57.2" +androidx-activity-compose = "1.12.4" +hilt = "2.58" hilt_navigation_compose = "1.3.0" androidx_core_splashscreen = "1.2.0" -composeAnimation = "1.10.0" +composeAnimation = "1.10.3" dropshots = "0.5.1" genai_prompt = "1.0.0-beta1"