mirror of
https://github.com/flutter/packages.git
synced 2025-06-29 22:33:11 +08:00
[espresso] Update some dependencies (#7195)
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
## 0.2.0+8
|
||||||
|
|
||||||
|
* Updates espresso and junit dependencies.
|
||||||
|
|
||||||
## 0.2.0+7
|
## 0.2.0+7
|
||||||
|
|
||||||
* Updates espresso gradle and gson dependencies.
|
* Updates espresso gradle and gson dependencies.
|
||||||
|
@ -66,17 +66,17 @@ dependencies {
|
|||||||
api 'androidx.test:rules:1.1.0'
|
api 'androidx.test:rules:1.1.0'
|
||||||
|
|
||||||
// Assertions
|
// 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 'androidx.test.ext:truth:1.5.0'
|
||||||
api 'com.google.truth:truth:0.42'
|
api 'com.google.truth:truth:0.42'
|
||||||
|
|
||||||
// Espresso dependencies
|
// Espresso dependencies
|
||||||
api 'androidx.test.espresso:espresso-core:3.1.0'
|
api 'androidx.test.espresso:espresso-core:3.5.1'
|
||||||
api 'androidx.test.espresso:espresso-contrib:3.1.0'
|
api 'androidx.test.espresso:espresso-contrib:3.5.1'
|
||||||
api 'androidx.test.espresso:espresso-intents:3.1.0'
|
api 'androidx.test.espresso:espresso-intents:3.5.1'
|
||||||
api 'androidx.test.espresso:espresso-accessibility: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:espresso-web:3.5.1'
|
||||||
api 'androidx.test.espresso.idling:idling-concurrent:3.1.0'
|
api 'androidx.test.espresso.idling:idling-concurrent:3.5.1'
|
||||||
|
|
||||||
// The following Espresso dependency can be either "implementation"
|
// The following Espresso dependency can be either "implementation"
|
||||||
// or "androidTestImplementation", depending on whether you want the
|
// or "androidTestImplementation", depending on whether you want the
|
||||||
|
@ -3,7 +3,7 @@ description: Java classes for testing Flutter apps using Espresso.
|
|||||||
Allows driving Flutter widgets from a native Espresso test.
|
Allows driving Flutter widgets from a native Espresso test.
|
||||||
repository: https://github.com/flutter/plugins/tree/main/packages/espresso
|
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
|
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:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
|
Reference in New Issue
Block a user