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