Upgraded Espresso
This commit is contained in:
@ -10,6 +10,7 @@ android {
|
|||||||
minSdkVersion 10
|
minSdkVersion 10
|
||||||
targetSdkVersion 22
|
targetSdkVersion 22
|
||||||
|
|
||||||
|
// For Espresso
|
||||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
@ -69,7 +70,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Testing-only dependencies
|
// Testing-only dependencies
|
||||||
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.0'
|
androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2'
|
||||||
androidTestCompile 'com.android.support.test:testing-support-lib:0.1'
|
androidTestCompile 'com.android.support.test:testing-support-lib:0.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user