@@ -18,7 +18,7 @@ plugins {
1818 id(" com.android.application" )
1919 id(" org.jetbrains.kotlin.android" )
2020 id(" androidx.navigation.safeargs.kotlin" )
21- id(" com.google.devtools.ksp" ) version " 2.1.0-1.0.29 "
21+ id(" com.google.devtools.ksp" ) version " 2.3.4 "
2222 id(" org.jetbrains.kotlin.plugin.compose" )
2323}
2424
@@ -61,14 +61,14 @@ android {
6161}
6262
6363dependencies {
64- implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
64+ implementation(platform(" androidx.compose:compose-bom:2026.01.00 " ))
6565
66- implementation(" androidx.activity:activity-compose:1.9.3 " )
67- implementation(" androidx.appcompat:appcompat:1.7.0 " )
66+ implementation(" androidx.activity:activity-compose:1.12.2 " )
67+ implementation(" androidx.appcompat:appcompat:1.7.1 " )
6868 implementation(" androidx.compose.material3:material3" )
69- implementation(" androidx.constraintlayout:constraintlayout:2.2.0 " )
70- implementation(" androidx.core:core-ktx:1.15 .0" )
71- implementation(" androidx.fragment:fragment-ktx:1.8.5 " )
69+ implementation(" androidx.constraintlayout:constraintlayout:2.2.1 " )
70+ implementation(" androidx.core:core-ktx:1.17 .0" )
71+ implementation(" androidx.fragment:fragment-ktx:1.8.9 " )
7272 implementation(" androidx.legacy:legacy-support-v4:1.0.0" )
7373 implementation(" androidx.lifecycle:lifecycle-livedata-core-ktx:${rootProject.extra[" arch_lifecycle_version" ]} " )
7474 implementation(" androidx.lifecycle:lifecycle-livedata-ktx:${rootProject.extra[" arch_lifecycle_version" ]} " )
@@ -79,7 +79,7 @@ dependencies {
7979 implementation(" androidx.room:room-ktx:${rootProject.extra[" room_version" ]} " )
8080 implementation(" androidx.room:room-runtime:${rootProject.extra[" room_version" ]} " )
8181 implementation(" com.google.accompanist:accompanist-themeadapter-material3:0.36.0" )
82- implementation(" com.google.android.material:material:1.12 .0" )
82+ implementation(" com.google.android.material:material:1.13 .0" )
8383
8484 debugImplementation(" androidx.compose.ui:ui-tooling" )
8585
0 commit comments