cordova-plugin-appice 2.1.5 → 2.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/plugin.xml +2 -2
package/package.json
CHANGED
package/plugin.xml
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
|
3
|
-
id="cordova-plugin-appice" version="2.1.
|
|
3
|
+
id="cordova-plugin-appice" version="2.1.7">
|
|
4
4
|
<name>AppICE</name>
|
|
5
5
|
<description>AppICE Plugin for Cordova/PhoneGap</description>
|
|
6
6
|
<license>Commercial</license>
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
<preference name="WORK_MANAGER_VERSION" default="2.7.1"/>
|
|
115
115
|
|
|
116
116
|
<!-- AppICE VERSION-->
|
|
117
|
-
<preference name="APPICE_VERSION" default="2.5.
|
|
117
|
+
<preference name="APPICE_VERSION" default="2.5.87"/>
|
|
118
118
|
|
|
119
119
|
|
|
120
120
|
<!-- USES PERMISSION -->
|