mirror of
https://github.com/jpush/jpush-phonegap-plugin.git
synced 2025-01-31 22:42:51 +08:00
Update plugin.xml
This commit is contained in:
parent
34857a1eea
commit
829d477628
@ -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"/>
|
||||
|
Loading…
Reference in New Issue
Block a user