diff --git a/app/build.gradle b/app/build.gradle index ae9e87b8..d9994da4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -114,7 +114,7 @@ dependencies { // Needed for createAndroidComposeRule, but not createComposeRule: debugImplementation("androidx.compose.ui:ui-test-manifest:1.4.2") - implementation "androidx.compose.ui:ui:1.4.1" + implementation "androidx.compose.ui:ui:1.4.2" implementation "androidx.compose.ui:ui-tooling-preview:1.4.2" implementation "androidx.compose.ui:ui-viewbinding:1.4.2" implementation 'androidx.activity:activity-compose:1.7.1'