diff --git a/samples/browser/build.gradle b/samples/browser/build.gradle index 9219334f9ff..6aa2e34d9af 100644 --- a/samples/browser/build.gradle +++ b/samples/browser/build.gradle @@ -173,8 +173,7 @@ dependencies { implementation Dependencies.androidx_core_ktx implementation Dependencies.androidx_constraintlayout - testImplementation project(':support-test') - + androidTestImplementation project(':support-test') androidTestImplementation project(':support-android-test') androidTestImplementation Dependencies.androidx_test_core androidTestImplementation Dependencies.androidx_test_runner