Skip to content

Commit 0459788

Browse files
committed
Remove unused test dependencies
1 parent 459cf31 commit 0459788

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

app/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@ dependencies {
126126

127127
debugCompile "com.squareup.leakcanary:leakcanary-android:$leak_canary_version"
128128
releaseCompile "com.squareup.leakcanary:leakcanary-android-no-op:$leak_canary_version"
129-
testCompile "com.squareup.leakcanary:leakcanary-android-no-op:$leak_canary_version"
130-
131-
androidTestCompile "com.android.support:support-annotations:$support_version"
132-
androidTestCompile 'com.android.support.test:runner:0.5'
133-
androidTestCompile 'com.android.support.test:rules:0.5'
134129
}
135130

136131
kapt {

0 commit comments

Comments
 (0)