[espresso] Update some dependencies (#7195)

This commit is contained in:
stuartmorgan
2023-02-19 17:54:25 -08:00
committed by GitHub
parent 943ffbc62f
commit 0dc1f3c96a
3 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,7 @@
## 0.2.0+8
* Updates espresso and junit dependencies.
## 0.2.0+7
* Updates espresso gradle and gson dependencies.

View File

@ -66,17 +66,17 @@ dependencies {
api 'androidx.test:rules:1.1.0'
// 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 'com.google.truth:truth:0.42'
// Espresso dependencies
api 'androidx.test.espresso:espresso-core:3.1.0'
api 'androidx.test.espresso:espresso-contrib:3.1.0'
api 'androidx.test.espresso:espresso-intents:3.1.0'
api 'androidx.test.espresso:espresso-core:3.5.1'
api 'androidx.test.espresso:espresso-contrib:3.5.1'
api 'androidx.test.espresso:espresso-intents: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.idling:idling-concurrent:3.1.0'
api 'androidx.test.espresso:espresso-web:3.5.1'
api 'androidx.test.espresso.idling:idling-concurrent:3.5.1'
// The following Espresso dependency can be either "implementation"
// or "androidTestImplementation", depending on whether you want the

View File

@ -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/plugins/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.2.0+7
version: 0.2.0+8
environment:
sdk: ">=2.12.0 <3.0.0"