This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 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+
15## 0.2.0+7
26
37* Updates espresso gradle and gson dependencies.
Original file line number Diff line number Diff line change @@ -66,17 +66,17 @@ dependencies {
6666 api ' androidx.test:rules:1.1.0'
6767
6868 // Assertions
69- api ' androidx.test.ext:junit:1.1.3 '
69+ api ' androidx.test.ext:junit:1.1.5 '
7070 api ' androidx.test.ext:truth:1.5.0'
7171 api ' com.google.truth:truth:0.42'
7272
7373 // 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 '
7777 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 '
8080
8181 // The following Espresso dependency can be either "implementation"
8282 // 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.
33 Allows driving Flutter widgets from a native Espresso test.
44repository : https://github.com/flutter/plugins/tree/main/packages/espresso
55issue_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
77
88environment :
99 sdk : " >=2.12.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments