File tree Expand file tree Collapse file tree
app/App_Resources/Android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 <uses-permission android : name =" android.permission.READ_EXTERNAL_STORAGE" />
1818 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
1919 <uses-permission android : name =" android.permission.INTERNET" />
20+ <uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
2021
2122 <application
2223 android:name=" com.tns.NativeScriptApplication"
Original file line number Diff line number Diff line change 77 "id" : " org.nativescript.tests" ,
88 "tns-ios" : {
99 "version" : " 2.0.0"
10+ },
11+ "tns-android" : {
12+ "version" : " 2.0.0"
1013 }
1114 },
1215 "dependencies" : {
1316 "tns-core-modules" : " 2.0.1"
17+ },
18+ "devDependencies" : {
19+ "babel-traverse" : " 6.9.0" ,
20+ "babel-types" : " 6.9.0" ,
21+ "babylon" : " 6.8.0" ,
22+ "filewalker" : " 0.1.2" ,
23+ "lazy" : " 1.0.11"
1424 }
1525}
You can’t perform that action at this time.
0 commit comments