Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
[espresso]: Bump gradle from 3.5.0 to 7.3.1 in /packages/espresso/and…
Browse files Browse the repository at this point in the history
…roid (#6579)
  • Loading branch information
dependabot[bot] authored Oct 25, 2022
1 parent 42f55ed commit f5d2d30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/espresso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0+5

* Updates android gradle plugin to 7.3.1.

## 0.2.0+4

* Updates minimum Flutter version to 2.10.
Expand Down
2 changes: 1 addition & 1 deletion packages/espresso/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.android.tools.build:gradle:7.3.1'
}
}

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+4
version: 0.2.0+5

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

0 comments on commit f5d2d30

Please sign in to comment.