diff --git a/testing-utils/build.gradle b/testing-utils/build.gradle index b5193055a..484d15bfb 100644 --- a/testing-utils/build.gradle +++ b/testing-utils/build.gradle @@ -64,7 +64,7 @@ dependencies { exclude group: 'javax.inject' } - compile('com.android.support.test.espresso:espresso-web:2.2'){ + compile('com.android.support.test.espresso:espresso-web:2.2.2'){ exclude group: 'javax.inject' } } \ No newline at end of file