Skip to content

Commit 02fc3ba

Browse files
authored
Update annotations deps to 1.7 (#4935)
- Update annotation dependency - Add changelog for update
1 parent 7f3ee61 commit 02fc3ba

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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.5.2
2+
3+
* Updates annotations lib to 1.7.0.
4+
15
## 2.5.1
26

37
* Adds pub topics to package metadata.

google_maps_flutter_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
}
4040

4141
dependencies {
42-
implementation "androidx.annotation:annotation:1.5.0"
42+
implementation "androidx.annotation:annotation:1.7.0"
4343
implementation 'com.google.android.gms:play-services-maps:18.1.0'
4444
androidTestImplementation 'androidx.test:runner:1.2.0'
4545
androidTestImplementation 'androidx.test:rules:1.4.0'

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/packages/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.5.1
5+
version: 2.5.2
66

77
environment:
88
sdk: ">=2.19.0 <4.0.0"

0 commit comments

Comments
 (0)