Skip to content

Commit c75fd55

Browse files
committed
fix: no need to change src platform version
1 parent 525a37d commit c75fd55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"typings": "index.d.ts",
77
"nativescript": {
88
"platforms": {
9-
"android": "5.1.0",
10-
"ios": "5.1.0"
9+
"android": "5.0.0",
10+
"ios": "5.0.0"
1111
}
1212
},
1313
"scripts": {

0 commit comments

Comments
 (0)