diff --git a/app/build.gradle b/app/build.gradle index 1b3f1a2..11b80cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation 'androidx.activity:activity-compose:1.10.1' implementation "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version" - implementation 'androidx.compose.material:material:1.8.1' + implementation 'androidx.compose.material:material:1.8.2' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.2.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' diff --git a/build.gradle b/build.gradle index f9b7e59..7174a89 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { ext { - compose_ui_version = '1.8.1' + compose_ui_version = '1.8.2' } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins {