This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 3 files changed +11
-7
lines changed
3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0+8
2
+
3
+ * Updates espresso and junit dependencies.
4
+
1
5
## 0.2.0+7
2
6
3
7
* Updates espresso gradle and gson dependencies.
Original file line number Diff line number Diff line change @@ -66,17 +66,17 @@ dependencies {
66
66
api ' androidx.test:rules:1.1.0'
67
67
68
68
// Assertions
69
- api ' androidx.test.ext:junit:1.1.3 '
69
+ api ' androidx.test.ext:junit:1.1.5 '
70
70
api ' androidx.test.ext:truth:1.5.0'
71
71
api ' com.google.truth:truth:0.42'
72
72
73
73
// Espresso dependencies
74
- api ' androidx.test.espresso:espresso-core:3.1.0 '
75
- api ' androidx.test.espresso:espresso-contrib:3.1.0 '
76
- api ' androidx.test.espresso:espresso-intents:3.1.0 '
74
+ api ' androidx.test.espresso:espresso-core:3.5.1 '
75
+ api ' androidx.test.espresso:espresso-contrib:3.5.1 '
76
+ api ' androidx.test.espresso:espresso-intents:3.5.1 '
77
77
api ' androidx.test.espresso:espresso-accessibility:3.5.1'
78
- api ' androidx.test.espresso:espresso-web:3.1.0 '
79
- api ' androidx.test.espresso.idling:idling-concurrent:3.1.0 '
78
+ api ' androidx.test.espresso:espresso-web:3.5.1 '
79
+ api ' androidx.test.espresso.idling:idling-concurrent:3.5.1 '
80
80
81
81
// The following Espresso dependency can be either "implementation"
82
82
// or "androidTestImplementation", depending on whether you want the
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+7
6
+ version : 0.2.0+8
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