Skip to content

Commit

Permalink
chore(deps): update dependency androidx.test.espresso:espresso-core t…
Browse files Browse the repository at this point in the history
…o v3.4.0
  • Loading branch information
renovate-bot committed Oct 18, 2021
1 parent f5b6f76 commit e61dc69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mobile/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
androidTestImplementation('androidx.test.espresso:espresso-core:3.1.0', {
androidTestImplementation('androidx.test.espresso:espresso-core:3.4.0', {
exclude group: 'com.android.support', module: 'support-annotations'
})
// Using custom build version
Expand Down

0 comments on commit e61dc69

Please sign in to comment.