Remove unnecessary testInstrumentationRunner lines

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=191418665
This commit is contained in:
olly 2018-04-03 03:16:25 -07:00 committed by Oliver Woodman
parent 62aea5857c
commit 82c71378eb
2 changed files with 0 additions and 2 deletions

View file

@ -21,7 +21,6 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion project.ext.targetSdkVersion
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
}

View file

@ -21,7 +21,6 @@ android {
defaultConfig {
minSdkVersion project.ext.minSdkVersion
targetSdkVersion project.ext.targetSdkVersion
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
sourceSets.main {