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
26
26
27
27
Install the plugin using the NativeScript CLI tooling:
28
28
29
+ ### Nativescript 7+
30
+
29
31
```
30
32
tns plugin add nativescript-google-maps-sdk
31
33
```
32
34
35
+ ### Nativescript < 7
36
+
37
+ ```
38
+ tns plugin add nativescript-google-maps-sdk@2.9.1
39
+ ```
40
+
33
41
Setup
34
42
===
35
43
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-google-maps-sdk" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " Google Maps SDK plugin for Nativescript" ,
5
5
"main" : " map-view" ,
6
6
"typings" : " map-view.d.ts" ,
7
7
"nativescript" : {
8
8
"platforms" : {
9
- "android" : " 4 .0.0" ,
10
- "ios" : " 4 .0.0"
9
+ "android" : " 7 .0.0" ,
10
+ "ios" : " 7 .0.0"
11
11
}
12
12
},
13
13
"scripts" : {
You can’t perform that action at this time.
0 commit comments