diff --git a/app/build.gradle b/app/build.gradle index ea38651b..1c586268 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -112,7 +112,7 @@ dependencies { // Test rules and transitive dependencies: androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.4.3") // Needed for createAndroidComposeRule, but not createComposeRule: - debugImplementation("androidx.compose.ui:ui-test-manifest:1.4.2") + debugImplementation("androidx.compose.ui:ui-test-manifest:1.4.3") implementation "androidx.compose.ui:ui:1.4.3" implementation "androidx.compose.ui:ui-tooling-preview:1.4.2"