File tree 2 files changed +3
-2
lines changed
platforms/android_lib/tnsappsync
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-app-sync" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"description" : " Use AppSync to hot deploy updates to your app." ,
5
5
"main" : " app-sync" ,
6
6
"typings" : " index.d.ts" ,
40
40
"test.ios" : " npm run build && npm run tslint && npm run tslint.demo && cd ../demo && tns test ios" ,
41
41
"development.setup" : " npm run setup && npm link && cd ../demo && npm link nativescript-app-sync && cd ../src" ,
42
42
"package" : " cd ../publish && ./pack.sh" ,
43
- "postinstall" : " node postinstall-hooks.js && npm i -g nativescript-app-sync-cli " ,
43
+ "postinstall" : " node postinstall-hooks.js" ,
44
44
"preuninstall" : " node preuninstall-hooks.js"
45
45
},
46
46
"repository" : {
Original file line number Diff line number Diff line change 84
84
<sourceFolder url =" file://$MODULE_DIR$/src/androidTest/java" isTestSource =" true" />
85
85
<sourceFolder url =" file://$MODULE_DIR$/src/androidTest/rs" isTestSource =" true" />
86
86
<sourceFolder url =" file://$MODULE_DIR$/src/androidTest/shaders" isTestSource =" true" />
87
+ <excludeFolder url =" file://$MODULE_DIR$/build/.DS_Store" />
87
88
<excludeFolder url =" file://$MODULE_DIR$/build/generated/not_namespaced_r_class_sources" />
88
89
<excludeFolder url =" file://$MODULE_DIR$/build/generated/source/r" />
89
90
<excludeFolder url =" file://$MODULE_DIR$/build/intermediates/aapt_friendly_merged_manifests" />
You can’t perform that action at this time.
0 commit comments