Merge pull request #117 from jpush/dev

v0.5.2
master
raoxudong 5 years ago committed by GitHub
commit 5dc6ae2988
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -332,7 +332,7 @@
"languageVersion": "2.0" "languageVersion": "2.0"
} }
], ],
"generated": "2020-01-03T07:03:17.333610Z", "generated": "2020-01-08T02:13:44.176682Z",
"generator": "pub", "generator": "pub",
"generatorVersion": "2.7.0" "generatorVersion": "2.7.0"
} }

@ -1,4 +1,4 @@
# Generated by pub on 2020-01-03 15:03:17.309070. # Generated by pub on 2020-01-08 10:13:44.149541.
analyzer:file:///Applications/flutter/.pub-cache/hosted/pub.flutter-io.cn/analyzer-0.37.0/lib/ analyzer:file:///Applications/flutter/.pub-cache/hosted/pub.flutter-io.cn/analyzer-0.37.0/lib/
args:file:///Applications/flutter/.pub-cache/hosted/pub.flutter-io.cn/args-1.5.2/lib/ args:file:///Applications/flutter/.pub-cache/hosted/pub.flutter-io.cn/args-1.5.2/lib/
async:file:///Applications/flutter/.pub-cache/hosted/pub.flutter-io.cn/async-2.3.0/lib/ async:file:///Applications/flutter/.pub-cache/hosted/pub.flutter-io.cn/async-2.3.0/lib/

@ -1,3 +1,6 @@
## 0.5.2
+ 内部安全策略优化
+ 同步 JPush SDK 版本
## 0.5.1 ## 0.5.1
+ 修改 minSdkVersion 最小支持 17 + 修改 minSdkVersion 最小支持 17
## 0.5.0 ## 0.5.0

@ -16,7 +16,7 @@ dependencies:
// pub 集成 // pub 集成
dependencies: dependencies:
jpush_flutter: 0.5.1 jpush_flutter: 0.5.2
``` ```
### 配置 ### 配置

@ -35,7 +35,7 @@ android {
dependencies { dependencies {
implementation 'cn.jiguang.sdk:jpush:3.5.4' implementation 'cn.jiguang.sdk:jpush:3.5.4'
implementation 'cn.jiguang.sdk:jcore:2.2.4' implementation 'cn.jiguang.sdk:jcore:2.2.6'
// implementation 'com.android.support:appcompat-v7:28.+' // implementation 'com.android.support:appcompat-v7:28.+'
compileOnly files('libs/flutter.jar') compileOnly files('libs/flutter.jar')

@ -157,7 +157,7 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "0.5.1" version: "0.5.2"
js: js:
dependency: transitive dependency: transitive
description: description:

@ -1,6 +1,6 @@
name: jpush_flutter name: jpush_flutter
description: JIGUANG officially supported JPush Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件Android & iOS(https://www.jiguang.cn)。 description: JIGUANG officially supported JPush Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件Android & iOS(https://www.jiguang.cn)。
version: 0.5.1 version: 0.5.2
author: xudong.rao <xudong.rao@outlook.com> author: xudong.rao <xudong.rao@outlook.com>
homepage: https://www.jiguang.cn homepage: https://www.jiguang.cn

Loading…
Cancel
Save