Skip to content
Merged
Show file tree
Hide file tree
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
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.4.0+12

* Bumps androidx.test.espresso:espresso-* from 3.6.1 to 3.7.0.

## 0.4.0+11

* Bumps androidx.test.ext:truth from 1.6.0 to 1.7.0.
Expand Down
16 changes: 8 additions & 8 deletions packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation "com.google.truth:truth:1.4.4"
api 'androidx.test.espresso:espresso-core:3.6.1'
api 'androidx.test.espresso:espresso-core:3.7.0'

// Core library
api 'androidx.test:core:1.7.0'
Expand All @@ -79,18 +79,18 @@ dependencies {
api 'com.google.truth:truth:1.4.4'

// Espresso dependencies
api 'androidx.test.espresso:espresso-core:3.6.1'
api 'androidx.test.espresso:espresso-contrib:3.6.1'
api 'androidx.test.espresso:espresso-intents:3.6.1'
api 'androidx.test.espresso:espresso-accessibility:3.6.1'
api 'androidx.test.espresso:espresso-web:3.6.1'
api 'androidx.test.espresso.idling:idling-concurrent:3.6.1'
api 'androidx.test.espresso:espresso-core:3.7.0'
api 'androidx.test.espresso:espresso-contrib:3.7.0'
api 'androidx.test.espresso:espresso-intents:3.7.0'
api 'androidx.test.espresso:espresso-accessibility:3.7.0'
api 'androidx.test.espresso:espresso-web:3.7.0'
api 'androidx.test.espresso.idling:idling-concurrent:3.7.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.6.1'
api 'androidx.test.espresso:espresso-idling-resource:3.7.0'
}


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/packages/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.4.0+11
version: 0.4.0+12

environment:
sdk: ^3.7.0
Expand Down