版本更新到 3.7.1

This commit is contained in:
weiry 2019-07-29 14:50:19 +08:00
parent 9751b15bf0
commit da8c6c29e9
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "jpush-phonegap-plugin", "name": "jpush-phonegap-plugin",
"version": "3.7.0", "version": "3.7.1",
"description": "JPush for cordova plugin", "description": "JPush for cordova plugin",
"cordova": { "cordova": {
"id": "jpush-phonegap-plugin", "id": "jpush-phonegap-plugin",

View File

@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:android="http://schemas.android.com/apk/res/android"
id="jpush-phonegap-plugin" id="jpush-phonegap-plugin"
version="3.7.0"> version="3.7.1">
<name>JPush</name> <name>JPush</name>
<description>JPush for cordova plugin</description> <description>JPush for cordova plugin</description>
@ -146,7 +146,7 @@
<!-- since 3.0.9 Required SDK 核心功能--> <!-- since 3.0.9 Required SDK 核心功能-->
<provider <provider
android:authorities="应用的包名.DataProvider" android:authorities="$PACKAGE_NAME.DataProvider"
android:name="cn.jpush.android.service.DataProvider" android:name="cn.jpush.android.service.DataProvider"
android:process=":pushcore" android:process=":pushcore"
android:exported="false" android:exported="false"