Skip to content

Commit 847e291

Browse files
dependabot[bot]GaryQian
authored andcommitted
[google_maps]: Bump espresso-core from 3.4.0 to 3.5.1 in /packages/google_maps_flutter/google_maps_flutter_android/android (flutter#6937)
* [google_maps]: Bump espresso-core Bumps espresso-core from 3.4.0 to 3.5.1. --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Changelog and version bump Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gary Qian <[email protected]>
1 parent e30e80e commit 847e291

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/google_maps_flutter/google_maps_flutter_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.4.1
2+
3+
* Update `androidx.test.espresso:espresso-core` to 3.5.1.
4+
15
## 2.4.0
26

37
* Adds the ability to request a specific map renderer.

packages/google_maps_flutter/google_maps_flutter_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
implementation 'com.google.android.gms:play-services-maps:18.1.0'
4141
androidTestImplementation 'androidx.test:runner:1.2.0'
4242
androidTestImplementation 'androidx.test:rules:1.4.0'
43-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
43+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
4444
testImplementation 'junit:junit:4.13.2'
4545
testImplementation 'org.mockito:mockito-core:4.7.0'
4646
testImplementation 'androidx.test:core:1.2.0'

packages/google_maps_flutter/google_maps_flutter_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_maps_flutter_android
22
description: Android implementation of the google_maps_flutter plugin.
33
repository: https://github.com/flutter/plugins/tree/main/packages/google_maps_flutter/google_maps_flutter_android
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+maps%22
5-
version: 2.4.0
5+
version: 2.4.1
66

77
environment:
88
sdk: ">=2.14.0 <3.0.0"

0 commit comments

Comments
 (0)