We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363e650 commit 5b5dc5bCopy full SHA for 5b5dc5b
sample/GridViewSample/.abproject
@@ -2,7 +2,7 @@
2
"ProjectName": "GridViewSample",
3
"ProjectGuid": "0c581aae-e414-4965-b372-c3a67d0dd821",
4
"projectVersion": 1,
5
- "AppIdentifier": "net.tangrainc.GridViewSample",
+ "AppIdentifier": "net.tangrainc.gridviewsample",
6
"DisplayName": "GridViewSample",
7
"Author": "",
8
"Description": "GridViewSample",
sample/GridViewSample/package.json
@@ -1,5 +1,13 @@
1
{
- "nativescript": {},
+ "nativescript": {
+ "id": "net.tangrainc.gridviewsample",
+ "tns-ios": {
+ "version": "1.5.1"
+ },
+ "tns-android": {
9
+ }
10
11
"dependencies": {
12
"tns-core-modules": "1.5.1",
13
"nativescript-grid-view": "1.2.1"
0 commit comments