File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed
Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -26,10 +26,18 @@ Installation
2626
2727Install the plugin using the NativeScript CLI tooling:
2828
29+ ### Nativescript 7+
30+
2931```
3032tns plugin add nativescript-google-maps-sdk
3133```
3234
35+ ### Nativescript < 7
36+
37+ ```
38+ tns plugin add nativescript-google-maps-sdk@2.9.1
39+ ```
40+
3341Setup
3442===
3543
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-google-maps-sdk" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " Google Maps SDK plugin for Nativescript" ,
55 "main" : " map-view" ,
66 "typings" : " map-view.d.ts" ,
77 "nativescript" : {
88 "platforms" : {
9- "android" : " 4 .0.0" ,
10- "ios" : " 4 .0.0"
9+ "android" : " 7 .0.0" ,
10+ "ios" : " 7 .0.0"
1111 }
1212 },
1313 "scripts" : {
You can’t perform that action at this time.
0 commit comments