Skip to content

Commit 46dcb8b

Browse files
author
Vivek Maskara
authored
Merge pull request #1575 from whym/settingsactivitytest
Add dependencies to com.android.support.test.rules and runner
2 parents 30e5312 + c123767 commit 46dcb8b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ dependencies {
7575
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
7676
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.8.1'
7777
androidTestImplementation "com.android.support:support-annotations:$SUPPORT_LIB_VERSION"
78+
androidTestImplementation 'com.android.support.test:rules:1.0.2'
79+
androidTestImplementation 'com.android.support.test:runner:1.0.2'
7880
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
7981

8082
debugImplementation "com.squareup.leakcanary:leakcanary-android:$LEAK_CANARY"

0 commit comments

Comments
 (0)