diff --git a/app/build.gradle b/app/build.gradle index ff0f910..a95b503 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -100,7 +100,7 @@ dependencies { coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs_nio:2.1.5' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.compose.ui:ui' - implementation "androidx.compose.material:material:1.9.1" + implementation "androidx.compose.material:material:1.9.2" implementation "androidx.activity:activity-ktx:1.11.0" implementation 'androidx.compose.ui:ui-tooling-preview'