We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8bb10 commit c123767Copy full SHA for c123767
app/build.gradle
@@ -75,6 +75,8 @@ dependencies {
75
androidTestImplementation "org.jetbrains.kotlin:kotlin-stdlib-jre7:$kotlin_version"
76
androidTestImplementation 'com.squareup.okhttp3:mockwebserver:3.8.1'
77
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'
80
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
81
82
debugImplementation "com.squareup.leakcanary:leakcanary-android:$LEAK_CANARY"
0 commit comments