Skip to content

Commit 4e9d482

Browse files
liuprPRLsir
liupr
authored andcommitted
[2.1.5]
升级JCore和Jpush iOS 'JCore','2.7.1' 'JPush','3.7.0' Android jpush:4.2.8' JCore:2.9.0'
1 parent bea0f47 commit 4e9d482

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed

Diff for: CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
## 2.1.5
2+
+ 升级:升级 android push 4.2.8 jcore 2.9.0,ios push 3.7.0,jcore 2.7.1。
13
## 2.1.4
24
+ 新增:Android push 新增 setWakeEnable 接口
35
## 2.1.2

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies:
1616
1717
// pub 集成
1818
dependencies:
19-
jpush_flutter: 2.1.4
19+
jpush_flutter: 2.1.5
2020
```
2121

2222
### 配置

Diff for: android/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ android {
3535
}
3636

3737
dependencies {
38-
implementation 'cn.jiguang.sdk:jpush:4.0.9'
39-
implementation 'cn.jiguang.sdk:jcore:2.8.2'
38+
implementation 'cn.jiguang.sdk:jpush:4.2.8'
39+
implementation 'cn.jiguang.sdk:jcore:2.9.0'
4040
}

Diff for: ios/jpush_flutter.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ A new flutter plugin project.
1515
s.source_files = 'Classes/**/*'
1616
s.public_header_files = 'Classes/**/*.h'
1717
s.dependency 'Flutter'
18-
s.dependency 'JCore','2.6.2'
19-
s.dependency 'JPush','3.6.1'
18+
s.dependency 'JCore','2.7.1'
19+
s.dependency 'JPush','3.7.0'
2020

2121
s.ios.deployment_target = '8.0'
2222
s.static_framework = true

Diff for: pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: jpush_flutter
22
description: JIGUANG officially supported JPush Flutter plugin (Android & iOS). 极光推送官方支持的 Flutter 插件(Android & iOS)(https://www.jiguang.cn).
3-
version: 2.1.4
3+
version: 2.1.5
44
# author: xudong.rao <[email protected]>
55
homepage: https://www.jiguang.cn
66

0 commit comments

Comments
 (0)