diff --git a/app/build.gradle b/app/build.gradle index f673439d..a054c068 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -104,7 +104,7 @@ ruler { dependencies { api project(":common") - implementation "androidx.compose.ui:ui:1.4.0" + implementation "androidx.compose.ui:ui:1.4.1" implementation "androidx.compose.ui:ui-tooling-preview:1.4.0" implementation 'androidx.activity:activity-compose:1.7.0' implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.6.1"