diff --git a/features/logout/impl/build.gradle.kts b/features/logout/impl/build.gradle.kts index 6193e3fba4..699d6c93b8 100644 --- a/features/logout/impl/build.gradle.kts +++ b/features/logout/impl/build.gradle.kts @@ -57,6 +57,7 @@ dependencies { testImplementation(libs.test.robolectric) testImplementation(libs.test.junitext) testImplementation(libs.androidx.compose.ui.test.junit) + testReleaseImplementation(libs.androidx.compose.ui.test.manifest) testImplementation(projects.libraries.matrix.test) testImplementation(projects.libraries.featureflag.test) testImplementation(projects.tests.testutils)