Skip to content

Commit

Permalink
升级JPush到Android410,iOS352
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLipan committed Jun 1, 2021
1 parent 0342947 commit 10b2961
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jpush-phonegap-plugin",
"version": "3.8.0",
"version": "3.8.1",
"description": "JPush for cordova plugin",
"cordova": {
"id": "jpush-phonegap-plugin",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="jpush-phonegap-plugin"
version="3.8.0">
version="3.8.1">

<name>JPush</name>
<description>JPush for cordova plugin</description>
Expand Down Expand Up @@ -109,7 +109,7 @@
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES"/>

<!--华为角标-->
<uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE "/>
<uses-permission android:name="com.huawei.android.launcher.permission.CHANGE_BADGE"/>
</config-file>

<config-file target="AndroidManifest.xml" parent="/manifest/application" mode="merge">
Expand Down

0 comments on commit 10b2961

Please sign in to comment.