summaryrefslogtreecommitdiff
path: root/UPDATE
blob: d238431a527b391c05f512db4487c716b9e4e4cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
sudo npm install -g cordova

cordova platform update android

cordova plugin rm \
de.appplant.cordova.plugin.local-notification \
nl.x-services.plugins.socialsharing \
org.apache.cordova.file-transfer \
org.apache.cordova.file \
org.apache.cordova.network-information \
org.apache.cordova.device

cordova plugin add \
https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git \
https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git \
https://git-wip-us.apache.org/repos/asf/cordova-plugin-file.git \
https://git-wip-us.apache.org/repos/asf/cordova-plugin-file-transfer.git \
https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin \
https://github.com/katzer/cordova-plugin-local-notifications.git