Skip to content

Commit

Permalink
Merge pull request #68 from hossain-khan/renovate/androidx.test.espre…
Browse files Browse the repository at this point in the history
…sso-espresso-core-3.x

Update dependency androidx.test.espresso:espresso-core to v3.6.1
  • Loading branch information
hossain-khan committed Aug 30, 2024
2 parents 7191021 + ff8ef92 commit be6c41d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

}
2 changes: 1 addition & 1 deletion highlighter/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'

}

0 comments on commit be6c41d

Please sign in to comment.