Skip to content

Commit da8c6c2

Browse files
author
weiry
committed
版本更新到 3.7.1
1 parent 9751b15 commit da8c6c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jpush-phonegap-plugin",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "JPush for cordova plugin",
55
"cordova": {
66
"id": "jpush-phonegap-plugin",

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.7.0">
5+
version="3.7.1">
66

77
<name>JPush</name>
88
<description>JPush for cordova plugin</description>
@@ -146,7 +146,7 @@
146146

147147
<!-- since 3.0.9 Required SDK 核心功能-->
148148
<provider
149-
android:authorities="应用的包名.DataProvider"
149+
android:authorities="$PACKAGE_NAME.DataProvider"
150150
android:name="cn.jpush.android.service.DataProvider"
151151
android:process=":pushcore"
152152
android:exported="false"

0 commit comments

Comments
 (0)