Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/flutter_master.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
66ed64be4fd8349cf47bf9b86f4d74ae3b4198f8
5c6918933e15672e216675fc2e0e06bf8307a55a
4 changes: 3 additions & 1 deletion packages/espresso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## NEXT
## 0.2.0+1

* Adds OS version support information to README.
* Updates `androidx.test.ext:junit` and `androidx.test.ext:truth` for
compatibilty with updated Flutter template.

## 0.2.0

Expand Down
4 changes: 2 additions & 2 deletions packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ dependencies {
api 'androidx.test:rules:1.1.0'

// Assertions
api 'androidx.test.ext:junit:1.0.0'
api 'androidx.test.ext:truth:1.0.0'
api 'androidx.test.ext:junit:1.1.3'
api 'androidx.test.ext:truth:1.4.0'
api 'com.google.truth:truth:0.42'

// Espresso dependencies
Expand Down
2 changes: 1 addition & 1 deletion packages/espresso/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
version: 0.2.0+1

environment:
sdk: ">=2.12.0 <3.0.0"
Expand Down