diff --git a/app/build.gradle.kts b/app/build.gradle.kts index a0d9d9d..d60bed7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -55,7 +55,7 @@ android { buildConfig = true } configurations.all { - resolutionStrategy.force("org.jetbrains.kotlin:kotlin-metadata-jvm:2.3.0") + resolutionStrategy.force("org.jetbrains.kotlin:kotlin-metadata-jvm:2.4.0") exclude(group = "com.google.guava", module = "listenablefuture") } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5aca2cf..a3d53ac 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,13 +1,13 @@ [versions] android_gradle_plugin = "8.13.2" -kotlin_gradle_plugin = "2.3.0" +kotlin_gradle_plugin = "2.4.0" ksp_gradle_plugin = "2.3.8" -coreKtx = "1.17.0" +coreKtx = "1.19.0" compileSdk = "36" minSdk = "26" targetSdk = "35" appcompat = "1.7.1" -material = "1.13.0" +material = "1.14.0" junit = "4.13.2" room = "2.8.4" robolectric = "4.16.1" @@ -18,27 +18,27 @@ testRules = "1.7.0" espresso = "3.7.0" turbine = "1.2.1" retrofit = "3.0.0" -okhttp = "5.3.2" +okhttp = "5.4.0" moshi = "1.15.2" -androidx_annotation = "1.9.1" +androidx_annotation = "1.10.0" mockk = "1.14.9" -kotlinx_coroutines_test = "1.10.2" -kotlin_test_junit = "2.3.0" +kotlinx_coroutines_test = "1.11.0" +kotlin_test_junit = "2.4.0" androidx-compose-bom = "2025.12.01" -androidx-navigation-compose = "2.9.6" +androidx-navigation-compose = "2.9.8" androidx-compose-material-icons-extended = "1.7.8" -androidx-compose-ui = "1.10.0" +androidx-compose-ui = "1.11.4" androidx-compose-material3 = "1.4.0" -androidx-activity-compose = "1.12.2" -hilt = "2.57.2" -hilt_navigation_compose = "1.3.0" +androidx-activity-compose = "1.13.0" +hilt = "2.60" +hilt_navigation_compose = "1.4.0" androidx_core_splashscreen = "1.2.0" -composeAnimation = "1.10.0" +composeAnimation = "1.11.4" dropshots = "0.5.1" genai_prompt = "1.0.0-beta2" optimaize = "0.6" google_oss_licenses = "0.12.0" -play_services_oss_licenses = "17.0.1" +play_services_oss_licenses = "17.5.1" [libraries] androidx-core-splashscreen = { group = "androidx.core", name = "core-splashscreen", version.ref = "androidx_core_splashscreen" }