Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLipan committed Jul 12, 2018
2 parents a611abe + 2a4cc49 commit 95a7460
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

极光官方提供的[极光统计](https://www.jiguang.cn/analytics) Cordova 插件。

>注意:从 v1.2.0 开始支持 cordova-android 7.0.0,因 cordova-android 7.0.0 修改了 Android 项目结构,因此不兼容之前的版本,升级前请务必注意。
>
>如果需要安装之前版本的插件,请先自行安装 v1.2.0 以下版本(建议安装 v1.1.12,cordova-plugin-jcore 向下兼容)的 [cordova-plugin-jcore](https://github.com/jpush/cordova-plugin-jcore),再安装插件,否则运行会报错。
>
>[Cordova Android版本与原生版本对应表](http://cordova.apache.org/docs/en/latest/guide/platforms/android/index.html#requirements-and-support)
## Install

- 通过 cordova plugin 安装,要求 Cordova CLI 5.0+:
Expand Down
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.3",
"version": "1.2.0",
"description": "JAnalytics",
"cordova": {
"id": "cordova-plugin-janalytics",
Expand All @@ -22,7 +22,7 @@
],
"devDependencies": {
"cordova-plugin-device": "*",
"cordova-plugin-jcore": "1.1.12"
"cordova-plugin-jcore": ">=1.2.0"
},
"author": "wilhantian, jiguang",
"license": "MIT License",
Expand Down

0 comments on commit 95a7460

Please sign in to comment.