File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ android {
6161}
6262
6363dependencies {
64- implementation(platform(" androidx.compose:compose-bom:2024.11.00 " ))
64+ implementation(platform(" androidx.compose:compose-bom:2024.12.01 " ))
6565
6666 implementation(" androidx.activity:activity-compose:1.9.3" )
6767 implementation(" androidx.appcompat:appcompat:1.7.0" )
Original file line number Diff line number Diff line change 1616
1717buildscript {
1818 extra.apply {
19- set(" nav_version" , " 2.8.4 " )
19+ set(" nav_version" , " 2.8.5 " )
2020 set(" room_version" , " 2.6.1" )
2121 set(" arch_lifecycle_version" , " 2.8.7" )
2222 }
@@ -26,6 +26,6 @@ plugins {
2626 id(" com.android.application" ) version " 8.7.3" apply false
2727 id(" com.android.library" ) version " 8.7.3" apply false
2828 id(" org.jetbrains.kotlin.android" ) version " 2.1.0" apply false
29- id(" androidx.navigation.safeargs" ) version " 2.8.4 " apply false
29+ id(" androidx.navigation.safeargs" ) version " 2.8.5 " apply false
3030 id(" org.jetbrains.kotlin.plugin.compose" ) version " 2.1.0" apply false
3131}
You can’t perform that action at this time.
0 commit comments