Skip to content

Commit

Permalink
Update Android SDK to v1.2.0 & fix the dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Hevin committed Mar 14, 2018
1 parent 7c44077 commit f4db4d0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-janalytics",
"version": "1.1.2",
"version": "1.1.3",
"description": "JAnalytics",
"cordova": {
"id": "cordova-plugin-janalytics",
Expand All @@ -22,7 +22,7 @@
],
"devDependencies": {
"cordova-plugin-device": "*",
"cordova-plugin-jcore": "*"
"cordova-plugin-jcore": "1.1.12"
},
"author": "wilhantian, jiguang",
"license": "MIT License",
Expand Down
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-janalytics"
version="1.1.2"
version="1.1.3"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand All @@ -12,7 +12,7 @@

<preference name="APP_KEY"/>

<dependency id="cordova-plugin-jcore"/>
<dependency id="cordova-plugin-jcore" version="1.1.12"/>

<engines>
<engine name="cordova" version=">=3.0" />
Expand Down Expand Up @@ -81,7 +81,7 @@
<meta-data android:name="JPUSH_APPKEY" android:value="$APP_KEY"/>
</config-file>

<source-file src="src/android/libs/janalytics-android-1.1.2.jar" target-dir="libs" />
<source-file src="src/android/libs/janalytics-android-1.2.0.jar" target-dir="libs" />
<source-file src="src/android/JAnalyticsPlugin.java" target-dir="src/cn/jiguang/cordova/analytics" />
</platform>
</plugin>
Binary file removed src/android/libs/janalytics-android-1.1.2.jar
Binary file not shown.
Binary file added src/android/libs/janalytics-android-1.2.0.jar
Binary file not shown.

0 comments on commit f4db4d0

Please sign in to comment.