Skip to content

Commit ee0bb77

Browse files
committed
update test setup
1 parent 00af509 commit ee0bb77

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ dependencies {
8181
androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
8282
}
8383

84-
tasks.withType<Test> {
85-
useJUnitPlatform()
86-
}
87-
8884
// required for mvn-publish
8985
// too bad we can't move it into mvn-publish plugin because `android`is only accessible here
9086
tasks {

0 commit comments

Comments
 (0)