Skip to content

Commit b9206bc

Browse files
[espresso]: Bump espresso-accessibility and espresso-idling-resource from 3.1.0 to 3.5.1 in /packages/espresso/android (flutter#6933)
* [espresso]: Bump espresso-accessibility in /packages/espresso/android Bumps espresso-accessibility from 3.1.0 to 3.5.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-accessibility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Changelog * Also update espresso-idling-resource Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gary Qian <[email protected]>
1 parent 6a24f2d commit b9206bc

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

packages/espresso/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.2.0+6
2+
3+
* Updates espresso-accessibility to 3.5.1.
4+
* Updates espresso-idling-resource to 3.5.1.
5+
16
## 0.2.0+5
27

38
* Updates android gradle plugin to 7.3.1.

packages/espresso/android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@ dependencies {
7777
api 'androidx.test.espresso:espresso-core:3.1.0'
7878
api 'androidx.test.espresso:espresso-contrib:3.1.0'
7979
api 'androidx.test.espresso:espresso-intents:3.1.0'
80-
api 'androidx.test.espresso:espresso-accessibility:3.1.0'
80+
api 'androidx.test.espresso:espresso-accessibility:3.5.1'
8181
api 'androidx.test.espresso:espresso-web:3.1.0'
8282
api 'androidx.test.espresso.idling:idling-concurrent:3.1.0'
8383

8484
// The following Espresso dependency can be either "implementation"
8585
// or "androidTestImplementation", depending on whether you want the
8686
// dependency to appear on your APK's compile classpath or the test APK
8787
// classpath.
88-
api 'androidx.test.espresso:espresso-idling-resource:3.1.0'
88+
api 'androidx.test.espresso:espresso-idling-resource:3.5.1'
8989
}
9090

9191

packages/espresso/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Java classes for testing Flutter apps using Espresso.
33
Allows driving Flutter widgets from a native Espresso test.
44
repository: https://github.com/flutter/plugins/tree/main/packages/espresso
55
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+espresso%22
6-
version: 0.2.0+5
6+
version: 0.2.0+6
77

88
environment:
99
sdk: ">=2.12.0 <3.0.0"

0 commit comments

Comments
 (0)