File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,8 @@ android {
79
79
// Required when setting minSdkVersion to 20 or lower
80
80
multiDexEnabled true
81
81
vectorDrawables. useSupportLibrary = true
82
+
83
+ testInstrumentationRunner = ' androidx.test.runner.AndroidJUnitRunner'
82
84
}
83
85
84
86
buildTypes {
@@ -167,6 +169,10 @@ dependencies {
167
169
testImplementation ' org.robolectric:robolectric:4.3.1'
168
170
testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$junit5_version "
169
171
testRuntimeOnly " org.junit.vintage:junit-vintage-engine:$junit5_version "
172
+
173
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
174
+ androidTestImplementation ' androidx.test.ext:junit:1.1.2'
175
+ androidTestImplementation ' androidx.test:rules:1.3.0'
170
176
}
171
177
repositories {
172
178
mavenCentral()
You can’t perform that action at this time.
0 commit comments