Skip to content

Commit

Permalink
Downgrading the Android SDK to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Hevin committed Apr 3, 2018
1 parent e40beb3 commit f81f5d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="jmessage-phonegap-plugin"
version="3.4.3">
version="3.4.4">

<name>JMessage</name>
<description>集成极光 IM 和推送功能</description>
Expand Down Expand Up @@ -157,7 +157,7 @@
<meta-data android:name="JPUSH_CHANNEL" android:value="developer-default"/>
</config-file>

<lib-file src="src/android/libs/jmessage-android_v2.5.0.jar" />
<lib-file src="src/android/libs/jmessage-android_v2.4.1.jar" />

<source-file src="src/android/JMessagePlugin.java" target-dir="app/src/main/java/cn/jiguang/cordova/im"/>
<source-file src="src/android/JMessageUtils.java" target-dir="app/src/main/java/cn/jiguang/cordova/im"/>
Expand Down
Binary file added src/android/libs/jmessage-android_v2.4.1.jar
Binary file not shown.
Binary file removed src/android/libs/jmessage-android_v2.5.0.jar
Binary file not shown.

0 comments on commit f81f5d3

Please sign in to comment.