Skip to content

Commit

Permalink
[file_selector_android] Use Espresso 4.0 (#7159)
Browse files Browse the repository at this point in the history
**Update espresso dependency**

I think this is changelog exempt since I am not intending the change to teach/show anything to consumers of the app and it is an example only change. The main reason is to make sure that the 4.0 version of espresso is used in flutter owned code (and to see if the tests fail)
  • Loading branch information
reidbaker authored Jul 18, 2024
1 parent c7f0526 commit 976dfce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
sdk: flutter

dev_dependencies:
espresso: ^0.2.0
espresso: ^0.4.0
flutter_test:
sdk: flutter
integration_test:
Expand Down

0 comments on commit 976dfce

Please sign in to comment.