Skip to content

Commit

Permalink
Update Espresso version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Rezaei authored and Ali Rezaei committed Apr 21, 2018
1 parent 10b2eda commit 33f726a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies {
// Tests
testCompile 'junit:junit:4.12'
testCompile 'org.mockito:mockito-core:2.9.0'
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
androidTestCompile("com.android.support.test.espresso:espresso-core:${espressoVersion}", {
exclude group: 'com.android.support', module: 'support-annotations'
})
androidTestCompile("com.android.support.test.espresso:espresso-contrib:${espressoVersion}") {
Expand Down

0 comments on commit 33f726a

Please sign in to comment.