Commit 82c71378 by olly Committed by Oliver Woodman

Remove unnecessary testInstrumentationRunner lines

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=191418665
parent 62aea585
...@@ -21,7 +21,6 @@ android { ...@@ -21,7 +21,6 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion project.ext.targetSdkVersion targetSdkVersion project.ext.targetSdkVersion
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
} }
......
...@@ -21,7 +21,6 @@ android { ...@@ -21,7 +21,6 @@ android {
defaultConfig { defaultConfig {
minSdkVersion project.ext.minSdkVersion minSdkVersion project.ext.minSdkVersion
targetSdkVersion project.ext.targetSdkVersion targetSdkVersion project.ext.targetSdkVersion
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
sourceSets.main { sourceSets.main {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment