Skip to content

Commit bc12d3c

Browse files
authored
Merge pull request #398 from jpush/dev
Dev
2 parents fa4f3ac + 9b1bff2 commit bc12d3c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jpush-phonegap-plugin",
3-
"version": "3.6.3",
3+
"version": "3.6.4",
44
"description": "JPush for cordova plugin",
55
"cordova": {
66
"id": "jpush-phonegap-plugin",
@@ -23,7 +23,7 @@
2323
],
2424
"devDependencies": {
2525
"cordova-plugin-device": "*",
26-
"cordova-plugin-jcore": ">=1.2.0"
26+
"cordova-plugin-jcore": ">=1.2.8"
2727
},
2828
"author": "JiGuang",
2929
"license": "MIT",

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="jpush-phonegap-plugin"
5-
version="3.6.3">
5+
version="3.6.4">
66

77
<name>JPush</name>
88
<description>JPush for cordova plugin</description>
@@ -220,7 +220,7 @@
220220
<meta-data android:name="JPUSH_APPKEY" android:value="$APP_KEY" />
221221
</config-file>
222222

223-
<lib-file src="src/android/libs/jpush-android-3.1.8.jar" />
223+
<lib-file src="src/android/libs/jpush-android-3.2.0.jar" />
224224

225225
<source-file src="src/android/JPushReceiver.java" target-dir="src/cn/jiguang/cordova/push" />
226226
<source-file src="src/android/JPushPlugin.java" target-dir="src/cn/jiguang/cordova/push" />
-147 KB
Binary file not shown.
152 KB
Binary file not shown.

0 commit comments

Comments
 (0)