diff --git a/android/build.gradle.kts b/android/build.gradle.kts index dbb57f8..5bfc6e6 100644 --- a/android/build.gradle.kts +++ b/android/build.gradle.kts @@ -7,7 +7,7 @@ plugins { dependencies { implementation(project(":reorderable")) implementation("androidx.compose.runtime:runtime:1.3.3") - implementation("androidx.compose.material:material:1.3.1") + implementation("androidx.compose.material:material:1.4.3") implementation("androidx.activity:activity-compose:1.6.1") implementation("com.google.android.material:material:1.8.0") implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1")