File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0+6
2
+
3
+ * Updates espresso-accessibility to 3.5.1.
4
+ * Updates espresso-idling-resource to 3.5.1.
5
+
1
6
## 0.2.0+5
2
7
3
8
* Updates android gradle plugin to 7.3.1.
Original file line number Diff line number Diff line change @@ -77,15 +77,15 @@ dependencies {
77
77
api ' androidx.test.espresso:espresso-core:3.1.0'
78
78
api ' androidx.test.espresso:espresso-contrib:3.1.0'
79
79
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 '
81
81
api ' androidx.test.espresso:espresso-web:3.1.0'
82
82
api ' androidx.test.espresso.idling:idling-concurrent:3.1.0'
83
83
84
84
// The following Espresso dependency can be either "implementation"
85
85
// or "androidTestImplementation", depending on whether you want the
86
86
// dependency to appear on your APK's compile classpath or the test APK
87
87
// classpath.
88
- api ' androidx.test.espresso:espresso-idling-resource:3.1.0 '
88
+ api ' androidx.test.espresso:espresso-idling-resource:3.5.1 '
89
89
}
90
90
91
91
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: Java classes for testing Flutter apps using Espresso.
3
3
Allows driving Flutter widgets from a native Espresso test.
4
4
repository : https://github.com/flutter/plugins/tree/main/packages/espresso
5
5
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
7
7
8
8
environment :
9
9
sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments