File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
google_maps_flutter_android Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: google_maps_flutter_android
22description : Android implementation of the google_maps_flutter plugin.
33repository : https://github.com/flutter/packages/tree/main/packages/google_maps_flutter/google_maps_flutter_android
44issue_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
77environment :
88 sdk : " >=2.19.0 <4.0.0"
You can’t perform that action at this time.
0 commit comments