Skip to content

Commit 75a94d6

Browse files
committed
remove rules and core from androidTestImplementation
1 parent e6f4220 commit 75a94d6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

android-interop-testing/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ dependencies {
8181
}
8282

8383
androidTestImplementation libraries.androidx.test.ext.junit,
84-
libraries.androidx.test.runner,
85-
libraries.androidx.test.rules,
86-
libraries.androidx.test.core
84+
libraries.androidx.test.runner
8785
}
8886

8987
// Checkstyle doesn't run automatically with android

0 commit comments

Comments
 (0)