mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2026-05-27 00:00:12 +08:00
chore: release jpush-phonegap-plugin v1.0
This commit is contained in:
+3
-3
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user