Skip to content

Commit 40e0569

Browse files
chore: update docs and min version
1 parent a0505fb commit 40e0569

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,18 @@ Installation
2626

2727
Install the plugin using the NativeScript CLI tooling:
2828

29+
### Nativescript 7+
30+
2931
```
3032
tns 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+
3341
Setup
3442
===
3543

src/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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": {

0 commit comments

Comments
 (0)