File tree 3 files changed +6
-2
lines changed
packages/google_maps_flutter/google_maps_flutter_android 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.4.1
2
+
3
+ * Update ` androidx.test.espresso:espresso-core ` to 3.5.1.
4
+
1
5
## 2.4.0
2
6
3
7
* Adds the ability to request a specific map renderer.
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ android {
40
40
implementation ' com.google.android.gms:play-services-maps:18.1.0'
41
41
androidTestImplementation ' androidx.test:runner:1.2.0'
42
42
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 '
44
44
testImplementation ' junit:junit:4.13.2'
45
45
testImplementation ' org.mockito:mockito-core:4.7.0'
46
46
testImplementation ' androidx.test:core:1.2.0'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: google_maps_flutter_android
2
2
description : Android implementation of the google_maps_flutter plugin.
3
3
repository : https://github.com/flutter/plugins/tree/main/packages/google_maps_flutter/google_maps_flutter_android
4
4
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
6
6
7
7
environment :
8
8
sdk : " >=2.14.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments