summaryrefslogtreecommitdiff
path: root/mobile.sh
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2014-09-06 15:52:50 +0200
committerGubolin <gubolin@fantasymail.de>2014-09-06 15:52:50 +0200
commit5bd357806fb0f3d0a9556dfb718f53bfb6af4fbb (patch)
tree4d1739bc77a715d62eae4f813dfb732bbf4593a4 /mobile.sh
parent23664e86b4e92c74d7ed64152b66709e5b2e5253 (diff)
downloadsnap-5bd357806fb0f3d0a9556dfb718f53bfb6af4fbb.tar.gz
snap-5bd357806fb0f3d0a9556dfb718f53bfb6af4fbb.zip
add vibrate block
Diffstat (limited to 'mobile.sh')
-rwxr-xr-xmobile.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/mobile.sh b/mobile.sh
index 0f660d1..b1fb9de 100755
--- a/mobile.sh
+++ b/mobile.sh
@@ -13,4 +13,5 @@ git clone https://github.com/Gubolin/snap.git www
cd www
git checkout mobileapp
cordova platform add android
+cordova plugin add org.apache.cordova.vibration
cordova build android