diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-11 02:06:50 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-11 02:06:50 -0600 |
| commit | fb691ed5fbe0122efa1b8eda05c40f2f1272b1b0 (patch) | |
| tree | f6c9da3ed67b1c9fe1576e3d9febaf8bd2587ced /StoneIsland/platforms/android/res | |
| parent | 20739f5f572e043aec1a4b25de63231c4c176ffe (diff) | |
rebuild
Diffstat (limited to 'StoneIsland/platforms/android/res')
| -rwxr-xr-x | StoneIsland/platforms/android/res/xml/config.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/StoneIsland/platforms/android/res/xml/config.xml b/StoneIsland/platforms/android/res/xml/config.xml index 69078b96..177e57d5 100755 --- a/StoneIsland/platforms/android/res/xml/config.xml +++ b/StoneIsland/platforms/android/res/xml/config.xml @@ -34,6 +34,9 @@ <feature name="PushNotification"> <param name="android-package" value="com.adobe.phonegap.push.PushPlugin" /> </feature> + <feature name="ParsePlugin"> + <param name="android-package" value="org.apache.cordova.core.ParsePlugin" /> + </feature> <allow-intent href="market:*" /> <name>Stone Island</name> <description> |
