Skip to content

Commit

Permalink
[espresso]: Bump espresso-accessibility and espresso-idling-resource …
Browse files Browse the repository at this point in the history
…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]>
  • Loading branch information
2 people authored and mauricioluz committed Jan 26, 2023
1 parent 1c87a4c commit 549075b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions packages/espresso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.2.0+6

* Updates espresso-accessibility to 3.5.1.
* Updates espresso-idling-resource to 3.5.1.

## 0.2.0+5

* Updates android gradle plugin to 7.3.1.
Expand Down
4 changes: 2 additions & 2 deletions packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ dependencies {
api 'androidx.test.espresso:espresso-core:3.1.0'
api 'androidx.test.espresso:espresso-contrib:3.1.0'
api 'androidx.test.espresso:espresso-intents:3.1.0'
api 'androidx.test.espresso:espresso-accessibility:3.1.0'
api 'androidx.test.espresso:espresso-accessibility:3.5.1'
api 'androidx.test.espresso:espresso-web:3.1.0'
api 'androidx.test.espresso.idling:idling-concurrent:3.1.0'

// The following Espresso dependency can be either "implementation"
// 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'
}


2 changes: 1 addition & 1 deletion packages/espresso/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Java classes for testing Flutter apps using Espresso.
Allows driving Flutter widgets from a native Espresso test.
repository: https://github.com/flutter/plugins/tree/main/packages/espresso
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+espresso%22
version: 0.2.0+5
version: 0.2.0+6

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down

0 comments on commit 549075b

Please sign in to comment.