File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments