add android 1.6.4 and change plugin.xml

This commit is contained in:
zhangqinghe 2014-09-22 10:21:01 +08:00
parent 206efc7b2c
commit 288253169a
5 changed files with 3 additions and 2 deletions

View File

@ -155,8 +155,9 @@
<meta-data android:name="JPUSH_CHANNEL" android:value="developer-default"/>
<meta-data android:name="JPUSH_APPKEY" android:value="299d0fee887820e7d90a68b2"/>
</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"/>
<source-file src="src/android/jpush-sdk-release1.6.4.jar" target-dir="libs"/>
<source-file src="src/android/armeabi/libjpush164.so" target-dir="libs/armeabi"/>
<source-file src="src/android/armeabi-v7a/libjpush164.so" target-dir="libs/armeabi-v7a"/>
<source-file src="src/android/JPushPlugin.java" target-dir="src/cn/jpush/phonegap"/>
<source-file src="src/android/MyReceiver.java" target-dir="src/cn/jpush/phonegap"/>
<source-file src="src/android/test_notification_layout.xml" target-dir="res/layout"/>

Binary file not shown.

Binary file not shown.