Skip to content

Commit 38c1859

Browse files
committed
Release v3.5.3
1 parent 758772b commit 38c1859

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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": "jmessage-phonegap-plugin",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"description": "JMessage Cordova Plugin.",
55
"cordova": {
66
"id": "jmessage-phonegap-plugin",
@@ -24,7 +24,7 @@
2424
],
2525
"devDependencies": {
2626
"cordova-plugin-device": "*",
27-
"cordova-plugin-jcore": ">=1.2.0"
27+
"cordova-plugin-jcore": ">=1.2.5"
2828
},
2929
"author": "JiGuang",
3030
"license": "MIT",

plugin.xml

Lines changed: 7 additions & 1 deletion
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="jmessage-phonegap-plugin"
5-
version="3.5.2">
5+
version="3.5.3">
66

77
<name>JMessage</name>
88
<description>集成极光 IM 和推送功能</description>
@@ -153,6 +153,12 @@
153153
android:name="cn.jpush.android.service.DataProvider"
154154
android:exported="true" />
155155

156+
<!-- Required since JMessage 2.7.0 SDK 核心功能-->
157+
<provider
158+
android:name="cn.jpush.im.android.helpers.ipc.IMProvider"
159+
android:authorities="$PACKAGE_NAME.IMProvider"
160+
android:exported="false" />
161+
156162
<meta-data android:name="JPUSH_APPKEY" android:value="$APP_KEY"/>
157163
<meta-data android:name="JPUSH_CHANNEL" android:value="developer-default"/>
158164
</config-file>

0 commit comments

Comments
 (0)