From 02be5d0ba858edf3d67fb64fe9ed9a2d93096e4b Mon Sep 17 00:00:00 2001 From: str4d Date: Sat, 20 Jun 2015 00:35:19 +0000 Subject: [PATCH] Upgraded Espresso --- app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index b8b5112..4d80c98 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,6 +10,7 @@ android { minSdkVersion 10 targetSdkVersion 22 + // For Espresso testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { @@ -69,7 +70,7 @@ 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' }