diff --git a/app/build.gradle b/app/build.gradle index b0aefa5..83b377c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -73,7 +73,7 @@ dependencies { implementation 'androidx.activity:activity-compose:1.9.3' implementation "androidx.compose.ui:ui:$compose_ui_version" implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version" - implementation 'androidx.compose.material:material:1.7.5' + implementation 'androidx.compose.material:material:1.7.6' 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 acfe8ce..381a295 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ buildscript { ext { - compose_ui_version = '1.7.5' + compose_ui_version = '1.7.6' } }// Top-level build file where you can add configuration options common to all sub-projects/modules. plugins {