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

Commit

Permalink
[espresso] Update some dependencies (#7195)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan authored Feb 20, 2023
1 parent 1acaf55 commit 132d9c7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions packages/espresso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0+8

* Updates espresso and junit dependencies.

## 0.2.0+7

* Updates espresso gradle and gson dependencies.
Expand Down
12 changes: 6 additions & 6 deletions packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,17 @@ dependencies {
api 'androidx.test:rules:1.1.0'

// Assertions
api 'androidx.test.ext:junit:1.1.3'
api 'androidx.test.ext:junit:1.1.5'
api 'androidx.test.ext:truth:1.5.0'
api 'com.google.truth:truth:0.42'

// Espresso 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-core:3.5.1'
api 'androidx.test.espresso:espresso-contrib:3.5.1'
api 'androidx.test.espresso:espresso-intents:3.5.1'
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'
api 'androidx.test.espresso:espresso-web:3.5.1'
api 'androidx.test.espresso.idling:idling-concurrent:3.5.1'

// The following Espresso dependency can be either "implementation"
// or "androidTestImplementation", depending on whether you want the
Expand Down
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+7
version: 0.2.0+8

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

0 comments on commit 132d9c7

Please sign in to comment.