Skip to content

Commit

Permalink
fix(deps): update dependency androidx.test.espresso:espresso-core to …
Browse files Browse the repository at this point in the history
…v3.5.0
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 42a51ff commit d623c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {

testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
androidTestImplementation "androidx.test:rules:$rootProject.androidXTestVersion"
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.0'

Expand Down
2 changes: 1 addition & 1 deletion android/sampleintegration/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
testImplementation 'junit:junit:4.12'

androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
androidTestImplementation "androidx.test:rules:$rootProject.androidXTestVersion"
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.1.0'
// Lifecycle components
Expand Down

0 comments on commit d623c2d

Please sign in to comment.