mirror of
https://github.com/samsonjs/media.git
synced 2026-03-26 09:35:47 +00:00
Remove unnecessary testInstrumentationRunner lines
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=191418665
This commit is contained in:
parent
62aea5857c
commit
82c71378eb
2 changed files with 0 additions and 2 deletions
|
|
@ -21,7 +21,6 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 14
|
||||
targetSdkVersion project.ext.targetSdkVersion
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion project.ext.minSdkVersion
|
||||
targetSdkVersion project.ext.targetSdkVersion
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
sourceSets.main {
|
||||
|
|
|
|||
Loading…
Reference in a new issue