Remove defaultConfig testInstrumentationRunner.

Change-Id: I1c3d0b8504ec4129f18fd5096f543a1bf90e21d3
pull/1437/head
Jaehwa Noh 8 months ago
parent ab8ddc3590
commit 585f768a7a

@ -21,9 +21,6 @@ plugins {
} }
android { android {
defaultConfig {
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
namespace = "com.google.samples.apps.nowinandroid.core.designsystem" namespace = "com.google.samples.apps.nowinandroid.core.designsystem"
} }

Loading…
Cancel
Save