diff --git a/app/build.gradle b/app/build.gradle index 0741cb5..c1b2b2a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -118,7 +118,7 @@ dependencies { implementation libs.core.ktx implementation libs.lifecycle.runtime.ktx implementation 'androidx.activity:activity-compose:1.7.0' - implementation platform('androidx.compose:compose-bom:2024.08.00') + implementation platform('androidx.compose:compose-bom:2024.11.00') implementation 'androidx.compose.ui:ui' implementation 'androidx.compose.ui:ui-graphics' implementation 'androidx.compose.ui:ui-util' @@ -127,7 +127,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' - androidTestImplementation platform('androidx.compose:compose-bom:2024.08.00') + androidTestImplementation platform('androidx.compose:compose-bom:2024.11.00') androidTestImplementation 'androidx.compose.ui:ui-test-junit4' debugImplementation 'androidx.compose.ui:ui-tooling' debugImplementation 'androidx.compose.ui:ui-test-manifest'