Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

[espresso]: Bump espresso-idling-resource from 3.1.0 to 3.5.1 in /packages/espresso/android #6931

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ dependencies {
// or "androidTestImplementation", depending on whether you want the
// dependency to appear on your APK's compile classpath or the test APK
// classpath.
api 'androidx.test.espresso:espresso-idling-resource:3.1.0'
api 'androidx.test.espresso:espresso-idling-resource:3.5.1'
}