Skip to content

Commit

Permalink
Merge pull request #347 from fmasa/dependabot/gradle/androidx.test.es…
Browse files Browse the repository at this point in the history
…presso-espresso-core-3.6.1

Bump androidx.test.espresso:espresso-core from 3.5.1 to 3.6.1
  • Loading branch information
fmasa authored Sep 24, 2024
2 parents 691f8d4 + 4144d8b commit 28e5de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ dependencies {
// Testing utilities
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")
testImplementation("org.mockito:mockito-core:5.13.0")

// Basic Android stuff
Expand Down

0 comments on commit 28e5de0

Please sign in to comment.