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 @@ -76,6 +76,8 @@ android {
76
76
// Required when setting minSdkVersion to 20 or lower
77
77
multiDexEnabled true
78
78
vectorDrawables. useSupportLibrary = true
79
+
80
+ testInstrumentationRunner = ' androidx.test.runner.AndroidJUnitRunner'
79
81
}
80
82
81
83
buildTypes {
@@ -158,6 +160,10 @@ dependencies {
158
160
testImplementation ' org.robolectric:robolectric:4.3.1'
159
161
testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$junit5_version "
160
162
testRuntimeOnly " org.junit.vintage:junit-vintage-engine:$junit5_version "
163
+
164
+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0-beta02'
165
+ androidTestImplementation ' androidx.test.ext:junit:1.1.1'
166
+ androidTestImplementation ' androidx.test:rules:1.3.0-beta02'
161
167
}
162
168
repositories {
163
169
mavenCentral()
You can’t perform that action at this time.
0 commit comments