chore: release jpush-phonegap-plugin v1.0

This commit is contained in:
huangshuni
2026-05-14 17:26:15 +08:00
parent ac15c5afc3
commit cf4d5de33c
5 changed files with 58 additions and 6 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
id="jpush-phonegap-plugin"
version="6.0.2">
version="6.0.3">
<name>JPush</name>
<description>JPush for cordova plugin</description>
@@ -52,7 +52,7 @@
<!-- JPush SDK 通过 CocoaPods 集成 -->
<podspec>
<pods>
<pod name="JPush" spec="6.0.0" />
<pod name="JPush" spec="6.1.0" />
</pods>
</podspec>
<resource-file src="src/ios/JPushConfig.plist" />
@@ -175,7 +175,7 @@
</config-file>
<!-- JPush SDK 通过 Maven 集成,替代本地 jar -->
<framework src="cn.jiguang.sdk:jpush:6.0.1" />
<framework src="cn.jiguang.sdk:jpush:6.1.0" />
<source-file src="src/android/PushService.java" target-dir="src/cn/jiguang/cordova/push" />
<source-file src="src/android/JPushPlugin.java" target-dir="src/cn/jiguang/cordova/push" />