Update plugin.xml

This commit is contained in:
chinasky 2014-07-14 18:57:21 +08:00
parent 34857a1eea
commit 829d477628

View File

@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cn.jpush.phonegap.JPushPlugin"
version="1.5.3">
version="1.5.4">
<name>JPush Plugin</name>
<description>JPush for cordova plugin</description>
@ -153,7 +153,7 @@
<receiver android:name="cn.jpush.android.service.AlarmReceiver"/>
<!-- Required . Enable it you can get statistics data with channel -->
<meta-data android:name="JPUSH_CHANNEL" android:value="developer-default"/>
<meta-data android:name="JPUSH_APPKEY" android:value="299d0fee887820e7d90a68b2"/>
<meta-data android:name="JPUSH_APPKEY" android:value="23f19f6b7a09903f5c73d247"/>
</config-file>
<source-file src="src/android/jpush-sdk-release1.6.1.jar" target-dir="libs"/>
<source-file src="src/android/libjpush.so" target-dir="libs/armeabi"/>