Skip to content

Commit 75cb7df

Browse files
committed
Merge branch 'dev'
2 parents a48915f + 3b25b73 commit 75cb7df

File tree

9 files changed

+5
-10
lines changed

9 files changed

+5
-10
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jpush-phonegap-plugin",
3-
"version": "3.0.3",
3+
"version": "3.1.0",
44
"description": "JPush for cordova plugin",
55
"cordova": {
66
"id": "jpush-phonegap-plugin",
@@ -28,7 +28,8 @@
2828
}
2929
],
3030
"peerDependencies": {
31-
"cordova-plugin-device": ">=1.0.0"
31+
"cordova-plugin-device": ">=1.0.0",
32+
"cordova-plugin-jcore": "1.1.0"
3233
},
3334
"author": "JiGuang",
3435
"license": "MIT",

plugin.xml

Lines changed: 2 additions & 8 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.0.3">
5+
version="3.1.0">
66

77
<name>JPush Plugin</name>
88
<description>JPush for cordova plugin</description>
@@ -18,6 +18,7 @@
1818

1919
<!-- dependencies -->
2020
<dependency id="cordova-plugin-device" />
21+
<dependency id="cordova-plugin-jcore" />
2122

2223
<js-module src="www/JPushPlugin.js" name="JPushPlugin">
2324
<clobbers target="JPush" />
@@ -38,7 +39,6 @@
3839

3940
<header-file src="src/ios/lib/JPUSHService.h" />
4041
<source-file src="src/ios/lib/jpush-ios-3.0.2.a" framework="true" />
41-
<source-file src="src/ios/lib/jcore-ios-1.1.1.a" framework="true" />
4242
<resource-file src="src/ios/JPushConfig.plist" />
4343

4444
<framework src="CFNetwork.framework" weak="true" />
@@ -180,12 +180,6 @@
180180
</config-file>
181181

182182
<source-file src="src/android/libs/jpush-android_v3.0.1.jar" target-dir="libs" />
183-
<source-file src="src/android/libs/jcore-android_v1.1.0.jar" target-dir="libs" />
184-
<source-file src="src/android/libs/armeabi/libjcore110.so" target-dir="libs/armeabi" />
185-
<source-file src="src/android/libs/armeabi-v7a/libjcore110.so" target-dir="libs/armeabi-v7a" />
186-
<source-file src="src/android/libs/arm64-v8a/libjcore110.so" target-dir="libs/arm64-v8a" />
187-
<source-file src="src/android/libs/x86/libjcore110.so" target-dir="libs/x86" />
188-
<source-file src="src/android/libs/x86_64/libjcore110.so" target-dir="libs/x86_64" />
189183

190184
<source-file src="src/android/MyReceiver.java" target-dir="src/cn/jpush/phonegap" />
191185
<source-file src="src/android/JPushPlugin.java" target-dir="src/cn/jpush/phonegap" />
-126 KB
Binary file not shown.
-77.4 KB
Binary file not shown.
-81.4 KB
Binary file not shown.
-291 KB
Binary file not shown.
-129 KB
Binary file not shown.
-130 KB
Binary file not shown.

src/ios/lib/jcore-ios-1.1.1.a

-12.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)