Skip to content

Commit c123767

Browse files
committed
Add dependencies to com.android.support.test.rules and runner
Needed for ActivityTestRule used in SettingsActivityTest
1 parent ac8bb10 commit c123767

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/build.gradle

+2
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)